blob: 22dd55f4421839fbe1e6f70b0ad6803be61a1416 [file] [log] [blame]
//@ check-pass
#[deprecated = concat !()]
macro_rules! a {
() => {};
}
fn main() {}