blob: 26f889910501130eefb7b7f725658e9a38a99a33 [file] [log] [blame] [edit]
//@ run-rustfix
#[allow(unused_macros)]
macro_rules! foo! { //~ ERROR macro names aren't followed by a `!`
() => {};
}
fn main() {}