dyld-832.7.1.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / packed-kext-data / foo.c
1
2 int pack;
3
4 int foo() {
5 return pack;
6 }