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