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