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