blob: 8eeeb499864a48eefe3829354499cc2f202bb64c [file] [log] [blame]
__thread int a;
int f(void)
{
return ++a;
}