blob: bd8ddf3573fdbbc462fb85cc6bca077f42802fea [file]
extern __thread int foo;
int
bar (void)
{
return foo;
}