Sign in
android
/
toolchain
/
rustc
/
59fbe18bc79ed87d0c5f02705e7cf19e402e1f2b
/
.
/
src
/
test
/
ui
/
parser
/
foreign-static-syntactic-pass.rs
blob: 599496346173a16eb06893346b50e60f2a671ef2 [
file
] [
log
] [
blame
]
// Syntactically, a foreign static may have a body.
// check-pass
fn
main
()
{}
#[
cfg
(
FALSE
)]
extern
"C"
{
static
X
:
u8
;
static
mut
Y
:
u8
;
}