5 lines
57 B
Rust
Raw Normal View History

2018-07-31 12:26:19 +03:00
fn foo() {
let _ = f();
let _ = f()(1)(1, 2,);
}