]> git.saurik.com Git - apple/dyld.git/blob - testing/kernel-cache-tests/large-kcs-errors/bar.c
dyld-851.27.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / large-kcs-errors / bar.c
1
2 __attribute__((used))
3 char largeBuffer[512 * 1024 * 1024];
4
5 int foo() {
6 return 0;
7 }