6 lines
81 B
Rust
6 lines
81 B
Rust
fn f[T](@int i, &T t) {}
|
|
|
|
fn main() {
|
|
auto x = bind f[char](@0xdeafbeef, _);
|
|
}
|