d94ceef922ccf9b2d67235fb7bfea8af3f34b1d2
[deliverable/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;
This page took 0.030273 seconds and 3 git commands to generate.