dyld-832.7.1.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / hello-world-pageablekc / foo.c
1
2 int x = 0;
3 int *p = &x;
4
5 int foo() {
6 return *p;
7 }