blob: 08b9374cfd7b901d1d2733cb13ea5ffd1c62ee52 [file] [log] [blame]
//@ run-pass
// main is conditionally compiled, but the conditional compilation
// is conditional too!
#[cfg_attr(FALSE, cfg(bar))]
fn main() { }