dyld-732.8.tar.gz
[apple/dyld.git] / testing / test-cases / weak-dylib-re-export.dtest / bar.c
1
2 int bar() {
3 return 42;
4 }
5