rust/tests/ui/extern/extern-main-fn.rs

2 lines
74 B
Rust

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