]>
git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/thumb-pointer/foo.c
96a8a33af1d85b48a5ec1c2894964a75d92e7230
5 extern char bar_array
[];
9 char foo_array
[3] = { 1,2,3 };
13 void* foostuff
[] = { &foo1
, &foo2
, foo_array
, &foo_array
[3] };
14 void* barstuff
[] = { &bar1
, &bar2
, bar_array
, &bar_array
[3] };