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