]> git.saurik.com Git - apple/dyld.git/blob - testing/kernel-cache-tests/strip-kexts-exports/bar.c
dyld-851.27.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / strip-kexts-exports / bar.c
1
2 extern int foo();
3 static int y;
4
5 int bar() {
6 return foo() + y;
7 }