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