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