Sign in
fuchsia
/
third_party
/
rust
/
780f95dd182b1a432159430add57e9ab7cb45dd6
/
.
/
tests
/
ui
/
parser
/
foreign-static-syntactic-pass.rs
blob: a76b9bab49112c021c0ad1d3ac5c431558229f83 [
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
;
}