about summary refs log tree commit diff
path: root/tests/ui/deriving/deriving-bounds.rs
blob: 45fc14420f1774ed24df9fccf6a1ee8d3cce0074 (plain)
1
2
3
4
5
//@ check-pass
#[derive(Copy, Clone)]
struct Test;

pub fn main() {}