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