dyld-832.7.1.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / auxkc-no-split-seg / bar.c
1
2 int i = 2;
3 int*p = &i;
4
5 int bar() {
6 return i;
7 }