Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
foreign-static-syntactic-pass.rs
blob: a76b9bab49112c021c0ad1d3ac5c431558229f83 [
file
] [
log
] [
blame
] [
edit
]
// Syntactically, a foreign static may have a body.
//@ check-pass
fn
main
()
{}
#[
cfg
(
FALSE
)]
extern
"C"
{
static
X
:
u8
;
static
mut
Y
:
u8
;
}