fn main() { let mut i: int = 0; while i < 1000000 { i += 1; let x = 3; } }