dyld-640.2.tar.gz
[apple/dyld.git] / unit-tests / test-cases / re-export-symbol / bar.c
1
2 int bar(void)
3 {
4 return 10;
5 }