blob: de9fce12cb970f3188bf49a5cccd352fd8fafb8d [file] [log] [blame]
macro_rules! foo {
() => { #[cfg(all())] 12 }
}
fn main() -> i32 {
foo!()
}