blob: 2c09646e47e4ab1b421af5b9a1e9bea1360733a5 [file] [log] [blame]
#![feature(llvm_asm)]
pub fn main() { unsafe { llvm_asm!("" : : : "hello", "world") }; }