10 lines
87 B
Rust
10 lines
87 B
Rust
#[deriving_clone]
|
|
struct S<T> {
|
|
foo: (),
|
|
bar: (),
|
|
baz: T,
|
|
}
|
|
|
|
fn main() {}
|
|
|