blob: fe7ccfa90a5831a290840fe9d823b8865f68cb7d [file] [log] [blame]
// RUN: %clang_cc1 -emit-llvm -fopenmp -disable-llvm-passes %s -o /dev/null -verify=expected
// expected-error@+2 {{cannot compile this OpenMP dispatch directive yet}}
void a(){
#pragma omp dispatch
a();
}