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