]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/lto-smoke-c/bar.c
Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into sync_cg_clif-2021-02-01
[rust.git] / src / test / run-make-fulldeps / lto-smoke-c / bar.c
1 void foo();
2
3 int main() {
4     foo();
5     return 0;
6 }