dyld-832.7.1.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / kext-relative-paths / bar.c
1
2 extern int foo();
3
4 int bar() {
5 return foo();
6 }