]> git.lizzy.rs Git - rust.git/blob - tests/pretty/raw-str-nonexpr.rs
Rollup merge of #107819 - clubby789:x-py-root, r=jyn514
[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"###); } }