rust/tests/source/issue_5882.rs
2023-10-22 20:21:44 -05:00

7 lines
107 B
Rust

macro_rules!foo{}
macro_rules!bar{/*comment*/}
macro_rules!baz{//comment
}
macro_rules!foobar{
//comment
}