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