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