blob: ff79d4e1a9259b001164b8cc00d227e58c8ad355 [file] [log] [blame]
#![allow(unused_macros)]
macro_rules! invalid {
_ => (); //~ ERROR invalid macro matcher
}
fn main() {
}