]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/raw-str-nonexpr.rs
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-component
[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"###); } }