rust/src/test/run-pass/if-ret.rs
2012-08-01 19:16:06 -07:00

4 lines
51 B
Rust

fn foo() { if (return) { } }
fn main() { foo(); }