PR30437 aarch64: make RELA relocs idempotent
[binutils-gdb.git] / ld / testsuite / ld-size / size-3c.c
1 __thread char bar[10] __attribute__ ((visibility("hidden")));
2 extern char size_of_bar __asm__ ("bar@SIZE");
3 char *bar_size = &size_of_bar;