blob: 8a65b039fc9ff0d3f24e987987ff119dec072a20 [file] [log] [blame]
Alexey Bataevc6400582013-03-22 06:34:35 +00001// RUN: %clang_cc1 -verify -o - %s
2// expected-no-diagnostics
3
4int a;
Stephen Hinesc568f1e2014-07-21 00:47:37 -07005#pragma omp threadprivate(a, b)
Alexey Bataevc6400582013-03-22 06:34:35 +00006#pragma omp parallel