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