]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/lto-smoke-c/bar.c
Rollup merge of #104672 - Voultapher:unify-sort-modules, r=thomcc
[rust.git] / tests / run-make-fulldeps / lto-smoke-c / bar.c
1 void foo();
2
3 int main() {
4     foo();
5     return 0;
6 }