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