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