rust/tests/target/issue-1055.rs
2016-06-10 16:17:10 +02:00

4 lines
50 B
Rust

fn issue_1055() {
let foo = (|| {
})();
}