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