blob: e33a2da38785e61eaa95edc4871b53b9085a6383 [file] [log] [blame]
//@ run-pass
static FOO: isize = 3;
pub fn main() {
println!("{}", FOO);
}