aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/libgomp/testsuite/libgomp.c/pr24455-1.c
blob: c39068f80687cd3ea76a62cb502c3e940afca3de (plain)
1
2
3
4
5
6
/* { dg-do compile } */
/* { dg-require-effective-target tls } */
extern int i;
#pragma omp threadprivate (i)

int i;