]>
git.saurik.com Git - apple/dyld.git/blob - testing/kernel-cache-tests/symbol-sets-prefix/foo.c
2 extern int symbol_from_xnu0();
3 extern int symbol_from_xnu1();
4 extern int symbol_from_xnu2();
5 extern int symbol_from_xnu3();
8 return symbol_from_xnu0() + symbol_from_xnu1() + symbol_from_xnu2() + symbol_from_xnu3();