blob: c90d09744b281e3a9917e2f38a14084e9b263827 [file] [log] [blame]
#[this::is::not::skip::macros(ouch)]
fn main() {
let macro_result1 = ouch! { <div>
this should be mangled</div>
}
.to_string();
}