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

6 lines
51 B
Rust
Raw Normal View History

#[deriving_clone]
struct S((), ());
fn main() {}