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