9 lines
151 B
Rust
9 lines
151 B
Rust
|
#[this::is::not::skip::macros(ouch)]
|
||
|
|
||
|
fn main() {
|
||
|
let macro_result1 = ouch! { <div>
|
||
|
this should be mangled</div>
|
||
|
}
|
||
|
.to_string();
|
||
|
}
|