]> git.saurik.com Git - apple/ld64.git/blob - FireOpal/unit-tests/test-cases/llvm-integration/b2.c
a20f6e3c2c4177009e2ad6a9766e899d28195600
[apple/ld64.git] / FireOpal / unit-tests / test-cases / llvm-integration / b2.c
1 extern int foo4(void);
2
3 int foo4(void)
4 {
5 return 21;
6 }
7 int foo2() {
8 return foo4();
9 }