]> git.saurik.com Git - apple/dyld.git/blob - testing/kernel-cache-tests/auxkc-kext-bind-to-pageablekc-codeless-kext/bar.c
dyld-851.27.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / auxkc-kext-bind-to-pageablekc-codeless-kext / bar.c
1
2 int symbol_from_bar() {
3 return 0;
4 }