]> git.lizzy.rs Git - rust.git/blob - tests/ui/extern/extern-main-fn.rs
Rollup merge of #104672 - Voultapher:unify-sort-modules, r=thomcc
[rust.git] / tests / ui / extern / extern-main-fn.rs
1 extern "C" fn main() {} //~ ERROR: `main` function has wrong type [E0580]