]> git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/dylib-re-export-old-format.dtest/bar.c
dyld-733.8.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