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