brintos

brintos / llvm-project-archived public Read only

0
0
Text · 215 B · fe7ccfa Raw
8 lines · c
1// RUN: %clang_cc1 -emit-llvm -fopenmp -disable-llvm-passes %s -o /dev/null -verify=expected2 3// expected-error@+2 {{cannot compile this OpenMP dispatch directive yet}}4void a(){5    #pragma omp dispatch6    a();7}8