]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/llvm-integration/a7.c
560919ad16911f4c7b70b943a749ed169c3ccc4e
[apple/ld64.git] / unit-tests / test-cases / llvm-integration / a7.c
1 extern int foo3(void);
2
3 int foo1(void)
4 {
5 return foo3();
6 }
7
8 int foo2(void)
9 {
10 return 42;
11 }