C++程序  |  8行  |  70 B

__thread char bar[10];

void
set_bar (int i, int v)
{
  bar[i] = v;
}