]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/llvm-integration/b1.c
ld64-224.1.tar.gz
[apple/ld64.git] / unit-tests / test-cases / llvm-integration / b1.c
1 extern int foo4();
2 int foo2() {
3 return foo4();
4 }