Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
item-free-static-no-body-syntactic-pass.rs
blob: df5192645e11eb748f5ead743c90462d68c64d9f [
file
] [
log
] [
blame
] [
edit
]
// Syntactically, a free `const` item can omit its body.
//@ check-pass
fn
main
()
{}
#[
cfg
(
FALSE
)]
static
X
:
u8
;