]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/dylib-upward/foo.c
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / dylib-upward / foo.c
1 extern void bar();
2
3 void foo()
4 {
5 bar();
6 }