6 lines
94 B
Rust
6 lines
94 B
Rust
macro_rules! test { ($a, $b) => (()); } //~ ERROR missing fragment
|
|
|
|
fn main() {
|
|
test!()
|
|
}
|