rust/src/test/pretty/issue-929.rs
2012-02-05 18:24:17 -08:00

4 lines
67 B
Rust

// xfail-test
fn f() { if (1 == fail) { } else { } }
fn main() { }