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