dyld-732.8.tar.gz
[apple/dyld.git] / testing / test-cases / missing-weak-def.dtest / bar.c
1
2 int bar() {
3 return 0;
4 }