blob: fe428af7000d15c210d850d6de72df5bf277d5b4 [file] [log] [blame]
__thread int yyy = 100;
extern __thread int zzz;
int
foo (void)
{
return zzz;
}