mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-07 08:34:59 +00:00
7ff5524f7e
llvm-svn: 211262
7 lines
123 B
C
7 lines
123 B
C
// RUN: %clang_cc1 -verify -o - %s
|
|
// expected-no-diagnostics
|
|
|
|
int a;
|
|
#pragma omp threadprivate(a, b)
|
|
#pragma omp parallel
|