summaryrefslogtreecommitdiffstats
path: root/tests/pretty/raw-str-nonexpr.rs
blob: 12440b5ae6ed5e37567d682f20f63b1d445a0b90 (plain)
1
2
3
4
5
6
7
8
9
// needs-asm-support
// pp-exact

#[cfg(foo = r#"just parse this"#)]
extern crate blah as blah;

use std::arch::asm;

fn main() { unsafe { asm!(r###"blah"###); } }