blob: 6af5b1868064035d89b2a42ada4bbfddef7ee491 [file] [log] [blame]
// check-pass
#![feature(decl_macro)]
macro foo {
() => {},
}
fn main() {}