6 lines
79 B
Rust
6 lines
79 B
Rust
|
|
|
|
tag clam<T> { a(T); }
|
|
|
|
fn main() { let c = a(2); alt c { a::<int>(_) { } } }
|