1 __thread char bar[10] __attribute__ ((visibility("hidden"))); 2 extern char size_of_bar asm ("bar@SIZE"); 3 char *bar_size = &size_of_bar; 4
1 __thread char bar[10] __attribute__ ((visibility("hidden"))); 2 extern char size_of_bar asm ("bar@SIZE"); 3 char *bar_size = &size_of_bar; 4