]> git.proxmox.com Git - rustc.git/blob - tests/run-make/static-dylib-by-default/main.c
5f7f2c27cd353e21bd542e9354df8e1aa5bf6076
[rustc.git] / tests / run-make / static-dylib-by-default / main.c
1 extern void bar();
2
3 int main() {
4 bar();
5 return 0;
6 }