blob: 6d4b32c9bc9a02ddb696dfb63bd73c5e061fe9a8 [file] [log] [blame]
macro_rules! test { ($a, $b) => (()); } //~ ERROR missing fragment
fn main() {
test!()
}