blob: c4160bfeca10521220b22d126a34ec0e5c8ec9c7 [file] [log] [blame]
// run-pass
// pretty-expanded FIXME #23616
// ignore-emscripten no asm
#![feature(asm)]
pub fn main() {
unsafe { asm!(concat!("", "")) };
}