9 lines
71 B
Rust
9 lines
71 B
Rust
|
#[deriving_clone]
|
||
|
struct S {
|
||
|
foo: (),
|
||
|
bar: ()
|
||
|
}
|
||
|
|
||
|
fn main() {}
|
||
|
|