summaryrefslogtreecommitdiffstats
path: root/src/test/pretty/raw-str-nonexpr.rs
blob: 7af80979b4349effb1cc5465ec438822d7c38953 (plain)
1
2
3
4
5
6
7
8
// pp-exact

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

use std::arch::asm;

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