dyld-733.6.tar.gz
[apple/dyld.git] / unit-tests / test-cases / rpath-DYLD_ROOT_PATH / foo.c
1 int foo()
2 {
3 return 1;
4 }