dyld-733.6.tar.gz
[apple/dyld.git] / unit-tests / test-cases / re-export-framework / foo.c
1 int foo()
2 {
3 return 0;
4 }
5