]> git.saurik.com Git - apple/dyld.git/blame - testing/kernel-cache-tests/auxkc-kext-bind-to-kernel-codeless-kext/main.c
dyld-851.27.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / auxkc-kext-bind-to-kernel-codeless-kext / main.c
CommitLineData
bc3b7c8c
A
1
2// This will be re-exported from a symbol set in bar
3int symbol_from_xnu() {
4 return 0;
5}
6
7int _start() {
8 return 0;
9}