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