]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/lto-archive-dylib/main.c
ld64-95.2.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / lto-archive-dylib / main.c
1 extern void foo();
2
3 int main()
4 {
5 foo();
6 return 0;
7 }
8