]> git.saurik.com Git - apple/dyld.git/blob - testing/kernel-cache-tests/strip-kexts-exports/main.c
dyld-851.27.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / strip-kexts-exports / main.c
1
2 static int z;
3
4 int _start() {
5 return z;
6 }