6 lines
53 B
Rust
6 lines
53 B
Rust
|
#[deriving_clone]
|
||
|
struct S<T>(T, ());
|
||
|
|
||
|
fn main() {}
|
||
|
|