1 2 3 4 5 6 7 8 9 10 11
// xfail-stage0 // Issue #521 fn f() { auto x = alt (true) { case (true) { 10 } case (false) { ret } }; } fn main() { }