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