]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/tentative-and-archive-code/main.c
ld64-351.8.tar.gz
[apple/ld64.git] / unit-tests / test-cases / tentative-and-archive-code / main.c
1
2 int foo;
3
4 int main()
5 {
6 foo = 3;
7 return 0;
8 }