dyld-733.6.tar.gz
[apple/dyld.git] / unit-tests / test-cases / DYLD_VERSIONED_LIBRARY_PATH-basic / foo.c
1
2 int foo()
3 {
4 return RESULT;
5 }