dyld-733.8.tar.gz
[apple/dyld.git] / testing / test-cases / env-DYLD_FALLBACK_LIBRARY_PATH.dtest / foo.c
1 int foo()
2 {
3 return VALUE;
4 }
5