]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/llvm-asm-clobbers.rs
Ensure that --generate-link-to-definition is only used with HTML output and is unstable
[rust.git] / src / test / pretty / llvm-asm-clobbers.rs
1 #![feature(llvm_asm)]
2
3 pub fn main() { unsafe { llvm_asm!("" : : : "hello", "world") }; }