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