]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/c-link-to-rust-staticlib/bar.c
Auto merge of #100968 - cjgillot:mir-upvar-vec, r=wesleywiser
[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 }