Files
rust/src/test/ui/extern/extern-main-fn.rs
2020-01-05 00:17:46 +00:00

2 lines
70 B
Rust

extern fn main() {} //~ ERROR: `main` function has wrong type [E0580]