summary refs log tree commit diff
path: root/src/test/pretty/raw-str-nonexpr.rs
blob: cb23124f2103f83c97186993858820f0bf82446e (plain)
1
2
3
4
5
6
7
8
// pp-exact

#![feature(asm)]

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

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