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