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