about summary refs log tree commit diff
path: root/tests/pretty/raw-str-nonexpr.rs
blob: 5b9347b012bb48df74fb17a60318f2c099fe9c3b (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"###); } }