]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/tentative-and-archive/main.c
ld64-409.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / tentative-and-archive / main.c
CommitLineData
2f2f92e4
A
1
2int var;
55e3d2f6 3int other_tent;
2f2f92e4
A
4
5int main()
6{
7 var = 3;
8 return 0;
9}