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

#![feature(llvm_asm)]

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

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