]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/raw-str-nonexpr.rs
Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-2022-02-23
[rust.git] / src / test / pretty / raw-str-nonexpr.rs
1 // pp-exact
2
3 #[cfg(foo = r#"just parse this"#)]
4 extern crate blah as blah;
5
6 use std::arch::asm;
7
8 fn main() { unsafe { asm!(r###"blah"###); } }