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