]> git.saurik.com Git - apple/dyld.git/blob - testing/kernel-cache-tests/kext-bind-to-kext-arm64e-chains/foo.c
dyld-851.27.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / kext-bind-to-kext-arm64e-chains / foo.c
1
2 int f = 0;
3
4 int foo() {
5 return f;
6 }