blob: 61794e0bfa90e6a5cf038a8edae77b3716e547e9 [file] [log] [blame]
// run-pass
// main is conditionally compiled, but the conditional compilation
// is conditional too!
// pretty-expanded FIXME #23616
#[cfg_attr(foo, cfg(bar))]
fn main() { }