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