]> git.saurik.com Git - apple/dyld.git/blob - testing/kernel-cache-tests/packed-kext-data/foo.c
dyld-832.7.3.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 }