PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / gomp / pr57412.c
blob246f532395405a9db48196491bcea8480f298d21
1 /* { dg-do compile } */
3 int thr;
4 #pragma omp threadprivate (thr)
5 int foo ()
7 int l;
8 #pragma omp parallel copyin (thr) reduction (||:l)