]> git.proxmox.com Git - rustc.git/blob - tests/run-make-fulldeps/lto-smoke-c/bar.c
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / run-make-fulldeps / lto-smoke-c / bar.c
1 void foo();
2
3 int main() {
4 foo();
5 return 0;
6 }