blob: 1bc9f008bbbf99f1e5898d6d264b4b8a193b8f9d [file] [log] [blame]
#![feature(asm)]
pub fn main() { unsafe { asm!("" : : : "hello", "world") }; }