blob: b23e5c71c03f06e29245481dbfa775b0b3c57874 [file] [log] [blame]
macro_rules! test {
($a, $b) => {
//~^ ERROR missing fragment
//~| ERROR missing fragment
//~| WARN this was previously accepted
()
};
}
fn main() {
test!()
}