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