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