fn main() { let x = 5 * 2 while x > 0 { return x } }