blob: f57d2fb4dc9f831d35dba1eb7cd0b1b0324c557d [file] [log] [blame]
macro_rules! my_precioooous {
t => (1); //~ ERROR invalid macro matcher
}
fn main() {
my_precioooous!();
}