]> git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/dlopen-DYLD_LIBRARY_PATH.dtest/bar.c
dyld-750.6.tar.gz
[apple/dyld.git] / testing / test-cases / dlopen-DYLD_LIBRARY_PATH.dtest / bar.c
1 int bar()
2 {
3 return VALUE;
4 }
5