blob: d2751a353bd93c4b5659d02287557fba2972436e [file] [log] [blame]
extern {
#[derive(Copy)] //~ ERROR `derive` may only be applied to structs, enums and unions
fn f();
}
fn main() {}