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