]> git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/dlclose-dylib-ref-count/bar.c
dyld-360.19.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 }