summaryrefslogtreecommitdiff
blob: be37c0e2acc2e3fd58d9e548108bb36e9374bb0f (plain)
1
2
3
4
5
6
7
extern __thread int i;

int main() {

  return 0;
}