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