dyld-832.7.1.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 }