4 lines
47 B
Rust
4 lines
47 B
Rust
|
fn main()
|
||
|
{
|
||
|
let _b = [bind (fn~() {})()];
|
||
|
}
|