blob: f78c9e863bce428fd3e7fc8fd2daac6b878b891b [file] [log] [blame]
__thread char bar[10] __attribute__ ((visibility("hidden")));
extern char size_of_bar __asm__ ("bar@SIZE");
char *bar_size = &size_of_bar;