fn main() { let int i = if (false) { fail } else { 5 }; log i; }