dyld-733.8.tar.gz
[apple/dyld.git] / testing / test-cases / dlsym-re-export.dtest / sub1.c
1 int sub1()
2 {
3 return 1;
4 }
5