rust/src/test/run-pass/issue-1460.rs
2012-08-29 18:25:22 -07:00

5 lines
40 B
Rust

fn main() {
{|i| if 1 == i { }};
}