blob: ca4b75dcb50720ead0d90dcae9245318733b7269 [file] [log] [blame]
__thread int * foo;
void
bar (void)
{
*foo = 1;
}