]> git.saurik.com Git - apple/dyld.git/blob - testing/kernel-cache-tests/fixups-x86_64-unaligned/main.cpp
dyld-851.27.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / fixups-x86_64-unaligned / main.cpp
1
2 __attribute__((section(("__HIB, __text"))))
3 extern "C" int _start() {
4 return 0;
5 }