]> git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/re-export-sub-framework/bar.c
dyld-851.27.tar.gz
[apple/dyld.git] / unit-tests / test-cases / re-export-sub-framework / bar.c
1 int bar()
2 {
3 return 1;
4 }
5
6