rust/src/test/run-pass/if-ret.rs
2011-07-27 15:54:33 +02:00

4 lines
63 B
Rust

// xfail-stage0
fn foo() { if (ret) { } }
fn main() { foo(); }