]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/allowable-client/baz.c
ld64-351.8.tar.gz
[apple/ld64.git] / unit-tests / test-cases / allowable-client / baz.c
1 extern int foo ();
2
3 int bar (void)
4 {
5 return foo();
6 }