1 2 3 4 5 6 7 8
//@ needs-asm-support //@ run-pass use std::arch::global_asm; global_asm!(""); fn main() {}