]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/llvm-integration/b7.c
ld64-77.tar.gz
[apple/ld64.git] / unit-tests / test-cases / llvm-integration / b7.c
1 extern int foo2(void);
2 extern int foo3(void);
3
4 int foo3(void)
5 {
6 return foo2();
7 }