]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/llvm-integration/b2.c
ld64-84.1.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / llvm-integration / b2.c
CommitLineData
a61fdf0a
A
1extern int foo4(void);
2
3int foo4(void)
4{
5 return 21;
6}
7int foo2() {
8 return foo4();
9}