dyld-733.6.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