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