C++程序  |  7行  |  122 B

// RUN: %clang_cc1 -verify -o - %s
// expected-no-diagnostics

int a;
#pragma omp threadprivate(a,b)
#pragma omp parallel