]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/raw-str-nonexpr.rs
Auto merge of #103344 - Dylan-DPC:rollup-d1rpfvx, r=Dylan-DPC
[rust.git] / src / test / pretty / raw-str-nonexpr.rs
1 // needs-asm-support
2 // pp-exact
3
4 #[cfg(foo = r#"just parse this"#)]
5 extern crate blah as blah;
6
7 use std::arch::asm;
8
9 fn main() { unsafe { asm!(r###"blah"###); } }