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