6 lines
81 B
Rust
6 lines
81 B
Rust
|
|
|
|
fn f<T>(i: @uint, t: T) { }
|
|
|
|
fn main() { let x = f::<char>(@0xdeafbeefu, _); }
|