blob: f8f5a78ebff262c9b2abe5299ef31ffab1bcce10 [file] [log] [blame] [edit]
//@ compile-flags: -Awarnings
//@ check-pass
#[derive()]
#[derive(Copy, Clone)]
pub struct Foo;
pub fn main() {}