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

4 lines
47 B
Rust
Raw Normal View History

fn main()
{
let _b = [bind (fn~() {})()];
}