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