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