1 2 3 4 5 6 7 8
// needs-asm-support #![feature(asm)] const _: () = unsafe { asm!("nop") }; //~^ ERROR inline assembly fn main() {}