]> git.lizzy.rs Git - rust.git/blob - tests/pretty/raw-str-nonexpr.rs
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-2023-01-24
[rust.git] / tests / 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"###); } }