]> git.saurik.com Git - apple/dyld.git/blob - testing/kernel-cache-tests/auxkc-branch-fixups/bar.c
dyld-832.7.3.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / auxkc-branch-fixups / bar.c
1
2 extern int foo();
3
4 int bar() {
5 return foo();
6 }