]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/raw-str-nonexpr.rs
Rollup merge of #73955 - hellow554:unsafe_process, r=Mark-Simulacrum
[rust.git] / src / test / pretty / raw-str-nonexpr.rs
1 // pp-exact
2
3 #![feature(llvm_asm)]
4
5 #[cfg(foo = r#"just parse this"#)]
6 extern crate blah as blah;
7
8 fn main() { unsafe { llvm_asm!(r###"blah"###); } }