rust/src/test/run-pass/issue-1460.rs

4 lines
39 B
Rust
Raw Normal View History

2012-02-05 22:41:23 -06:00
fn main() {
{|i| if i == 1 { }};
}