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