]> git.proxmox.com Git - rustc.git/blame - tests/run-make/c-link-to-rust-staticlib/bar.c
Merge 1.70 into proxmox/bookworm
[rustc.git] / tests / run-make / c-link-to-rust-staticlib / bar.c
CommitLineData
1a4d82fc
JJ
1void foo();
2
3int main() {
4 foo();
5 return 0;
6}