blob: 781b90b35663ec50bc6ae8189f329f333f39ca00 [file] [log] [blame]
fn main() {
let num = 9;
while num >= 10 {
}
}