]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/llvm-integration/b2.c
ld64-123.2.tar.gz
[apple/ld64.git] / 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 }