]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/static-executable/test.c
ld64-85.tar.gz
[apple/ld64.git] / unit-tests / test-cases / static-executable / test.c
1
2 int foo()
3 {
4 return 0;
5 }
6
7
8 int entry()
9 {
10 return foo();
11 }