]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/raw-str-nonexpr.rs
Sync core::simd up to rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bdad5b1b2efd
[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"###); } }