]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/raw-str-nonexpr.rs
Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51' into sync_cg_clif-2022-07-26
[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"###); } }