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