index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
new-style-constants.rs
blob: 82ed7b55740f654e822063789e7eb600021a6964 (
plain
)
1
2
3
4
5
6
7
// run-pass
static
FOO
:
isize
=
3
;
pub
fn
main
()
{
println!
(
"{}"
,
FOO
);
}