Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
parser
/
item-free-static-no-body-syntactic-pass.rs
blob: 8dae4338ee7ed4be1d81d8fe5d651ca77aee6d2e [
file
] [
log
] [
blame
]
// Syntactically, a free `const` item can omit its body.
//@ check-pass
fn
main
()
{}
#[
cfg
(
false
)]
static
X
:
u8
;