]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/pipelined-linking/foo.c
ld64-241.9.tar.gz
[apple/ld64.git] / unit-tests / test-cases / pipelined-linking / foo.c
1
2 void foo()
3 {
4 }
5
6 int main()
7 {
8 return 0;
9 }
10