// ignore-emscripten #![feature(llvm_asm)] fn main() { unsafe { llvm_asm!("nowayisthisavalidinstruction"); //~ ERROR instruction } }