4 lines
35 B
Rust
4 lines
35 B
Rust
|
fn main() {
|
||
|
extern fn f() {}
|
||
|
}
|