mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-29 00:08:59 -04:00
6 lines
180 B
C
6 lines
180 B
C
// RUN: %clang_cc1 -verify -Wsource-uses-openmp -o - %s
|
|
|
|
int a;
|
|
#pragma omp threadprivate(a,b) // expected-warning {{unexpected '#pragma omp ...' in program}}
|
|
#pragma omp parallel
|