7 lines
125 B
Rust
7 lines
125 B
Rust
|
extern {
|
||
|
#[derive(Copy)] //~ ERROR `derive` may only be applied to structs, enums and unions
|
||
|
fn f();
|
||
|
}
|
||
|
|
||
|
fn main() {}
|