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