dyld-832.7.1.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / strip-kexts-locals / foo.c
1
2 static int x;
3
4 int foo() {
5 return x;
6 }