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