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