]>
git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/symbol-section-move/main.c
21 const char* version() { return "1.0"; }
28 void* mainget() { return mylocal
; }
30 double getpi() { return 3.1415926535; }
40 extern void* __dso_handle
;
41 void* x
= &__dso_handle
;