blob: 1fce279c9ef3dc6886bdc520510f8f2ca3c32c0a [file] [log] [blame]
// ignore-emscripten
fn main() {
unsafe {
asm!(""); //~ ERROR inline assembly is not stable enough
}
}