dyld-832.7.1.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / auxkc-no-split-seg / main.c
1
2 __attribute__((section(("__HIB,__text"))))
3 int _start() {
4 return 0;
5 }