Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
new-style-constants.rs
blob: e33a2da38785e61eaa95edc4871b53b9085a6383 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
static
FOO
:
isize
=
3
;
pub
fn
main
()
{
println
!(
"{}"
,
FOO
);
}