]> git.proxmox.com Git - rustc.git/blame - src/test/ui/cfg/cfg-attr-cfg.rs
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / cfg / cfg-attr-cfg.rs
CommitLineData
b7449926 1// run-pass
85aaf69f
SL
2// main is conditionally compiled, but the conditional compilation
3// is conditional too!
223e47cc 4
c34b1796
AL
5// pretty-expanded FIXME #23616
6
85aaf69f
SL
7#[cfg_attr(foo, cfg(bar))]
8fn main() { }