]>
git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/lto-symbol-section-move/foo.c
1 extern void* otherget();
3 extern const char* version();
4 extern void* mainget();
10 double getpi() { return 3.1415926535; }
18 extern void* __dso_handle
;
19 void* x
= &__dso_handle
;
30 void* all
[] = { &main
, &version
, &mainget
, &getpi
, &otherget
,
31 &bar
, &foo
, &x
, &abc
, &def
, &ghi
, &com
, &com3
, &com4
, &com5
};