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