Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
cfg
/
cfg-attr-crate.rs
blob: 44242a6a57d2a76d287c5b8b307da2368a9cc07d [
file
] [
log
] [
blame
]
//@ run-pass
// https://github.com/rust-lang/rust/issues/21833#issuecomment-72353044
#![
cfg_attr
(
FALSE
,
no_core
)]
fn
main
()
{
}