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