tls-shared.c   [plain text]


__thread int i_tls = 1;
int foo ()
{
  return i_tls;
}