7 lines
107 B
Rust
7 lines
107 B
Rust
extern { //~ ERROR missing `fn`, `type`, or `static` for extern-item declaration
|
|
f();
|
|
}
|
|
|
|
fn main() {
|
|
}
|