rust/tests/ui/deriving/deriving-bounds.rs

6 lines
69 B
Rust

//@ check-pass
#[derive(Copy, Clone)]
struct Test;
pub fn main() {}