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