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