dyld-733.6.tar.gz
[apple/dyld.git] / unit-tests / test-cases / dlclose-dylib-ref-count / bar.c
1
2
3 int bar()
4 {
5 return 10;
6 }