]> git.lizzy.rs Git - rust.git/blob - tests/ui/extern/extern-main-fn.rs
Rollup merge of #106470 - ehuss:tidy-no-wasm, r=Mark-Simulacrum
[rust.git] / tests / ui / extern / extern-main-fn.rs
1 extern "C" fn main() {} //~ ERROR: `main` function has wrong type [E0580]