dyld-832.7.1.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / large-auxkc-no-errors / foo.c
1
2 __attribute__((used))
3 char largeBuffer[400 * 1024 * 1024];
4
5 int foo() {
6 return 0;
7 }