]> git.lizzy.rs Git - rust.git/blob - tests/target/issue-1055.rs
Tidy up and pass tests
[rust.git] / tests / target / issue-1055.rs
1 fn issue_1055() {
2     let foo = (|| {})();
3 }