/src/test/run-pass/long-while.rs
http://github.com/jruderman/rust · Rust · 3 lines · 1 code · 2 blank · 0 comment · 1 complexity · 977ba0cb637e0738e42776114fb6fdb1 MD5 · raw file
- fn main() { let mut i: int = 0; while i < 1000000 { i += 1; let x = 3; } }