blob: e9f12048b9102beebd46ed50a8e45d5396eb1a20 [file] [log] [blame]
__thread char bar[10];
void
set_bar (int i, int v)
{
bar[i] = v;
}