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