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