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