Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
cfg
/
cfg-attr-cfg.rs
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
()
{
}