rust/tests/target/issue-1055.rs
2018-03-02 15:07:13 +13:00

3 lines
45 B
Rust

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