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