]> git.saurik.com Git - apple/dyld.git/blob - testing/kernel-cache-tests/kext-missing-weak-bind/main.c
dyld-851.27.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / kext-missing-weak-bind / main.c
1
2 // We need this symbol to bind missing weak imports to
3 int gOSKextUnresolved = 0;
4
5 int _start() {
6 return 0;
7 }