blob: 12440b5ae6ed5e37567d682f20f63b1d445a0b90 [file] [log] [blame]
// needs-asm-support
// pp-exact
#[cfg(foo = r#"just parse this"#)]
extern crate blah as blah;
use std::arch::asm;
fn main() { unsafe { asm!(r###"blah"###); } }