blob: d4f8e5cc6e092f437e8863bf4e2d694684ce79ab [file] [log] [blame]
__thread int i_tls = 1;
int foo ()
{
return i_tls;
}