]> git.saurik.com Git - apple/dyld.git/blob - testing/kernel-cache-tests/data-const/foo.c
dyld-851.27.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / data-const / foo.c
1
2 int pack;
3
4 int foo() {
5 return pack;
6 }