1 // run-pass
2 // main is conditionally compiled, but the conditional compilation
3 // is conditional too!
4 
5 // pretty-expanded FIXME #23616
6 
7 #[cfg_attr(foo, cfg(bar))]
main()8 fn main() { }
9