Sign in
fuchsia
/
third_party
/
rust
/
4717bdfc1343953b770887460d5822c87e434d97
/
.
/
tests
/
ui
/
cfg
/
cfg-attr-cfg.rs
blob: 67d97e760d7789121eb71d99e3c8569022007e24 [
file
] [
log
] [
blame
]
//@ run-pass
// main is conditionally compiled, but the conditional compilation
// is conditional too!
//@ pretty-expanded FIXME #23616
#[
cfg_attr
(
FALSE
,
cfg
(
bar
))]
fn
main
()
{
}