// xfail-stage0
// Issue #521
fn f() { let x = alt true { true { 10 } false { ret } }; }
fn main() { }