]> git.lizzy.rs Git - rust.git/blob - tests/pretty/raw-str-nonexpr.rs
Merge commit '7d53619064ab7045c383644cb445052d2a3d46db' into sync_cg_clif-2023-02-09
[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"###); } }