]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/c-link-to-rust-staticlib/bar.c
Auto merge of #99946 - tmiasko:elide-storage-makers, r=oli-obk
[rust.git] / src / test / run-make-fulldeps / c-link-to-rust-staticlib / bar.c
1 void foo();
2
3 int main() {
4     foo();
5     return 0;
6 }