]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/tentative-and-archive/foo.c
ld64-409.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / tentative-and-archive / foo.c
CommitLineData
2f2f92e4
A
1
2extern void bar();
3
4void foo() { bar(); }
5
6int var = 9;