]> git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/dlopen-rpath-prev.dtest/sub2.c
dyld-750.6.tar.gz
[apple/dyld.git] / testing / test-cases / dlopen-rpath-prev.dtest / sub2.c
1 int sub2()
2 {
3 return 2;
4 }
5