]> git.saurik.com Git - apple/ld64.git/blob - FireOpal/unit-tests/test-cases/llvm-integration/a2.c
0eb20c5d03f25fb9e1a31d136906755cf3eb3d29
[apple/ld64.git] / FireOpal / unit-tests / test-cases / llvm-integration / a2.c
1 extern int foo4(void);
2 int foo3()
3 {
4 return foo4();
5 }
6