Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
cfg
/
cfg-attr-crate.rs
blob: 444704d132aa4f18ee96c160195edb322f0fe9ba [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
// https://github.com/rust-lang/rust/issues/21833#issuecomment-72353044
//@ pretty-expanded FIXME #23616
#![
cfg_attr
(
FALSE
,
no_core
)]
fn
main
()
{
}