dyld-832.7.1.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / auxkc-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 }