1 2 3 4 5
// error-pattern:explicit failure fn main() { let x = alt true { false { 0 } true { fail } }; }