]> git.lizzy.rs Git - rust.git/blob - tests/pretty/raw-str-nonexpr.rs
Rollup merge of #96763 - Abdur-rahmaanJ:patch-1, r=Mark-Simulacrum
[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"###); } }