blob: 572d9f26cae7ee49f1ea14798feef928f612bc65 [file] [log] [blame]
fn main() {
unsafe {
asm!(""); //~ ERROR inline assembly is not stable enough
}
}