rust/src/test/run-pass/deriving-clone-struct.rs

9 lines
71 B
Rust
Raw Normal View History

#[deriving_clone]
struct S {
foo: (),
bar: ()
}
fn main() {}