dyld-733.6.tar.gz
[apple/dyld.git] / unit-tests / test-cases / DYLD_VERSIONED_FRAMEWORK_PATH-basic / bar.c
1
2 int bar()
3 {
4 return 0;
5 }