test: Add test for issue #1460

This commit is contained in:
Brian Anderson 2012-02-05 20:41:23 -08:00
parent be35893834
commit da61e1ff15

View file

@ -0,0 +1,4 @@
fn main() {
{|i| if i == 1 { }};
}