]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/lto-smoke-c/bar.c
Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-subtree
[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 }