dyld-733.6.tar.gz
[apple/dyld.git] / unit-tests / test-cases / dlopen-init-up / bar.c
1
2
3 extern int foo();
4
5 int bar() { return foo(); }