rust/src/test/run-pass/issue-1460.rs
2012-02-05 20:42:05 -08:00

4 lines
39 B
Rust

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