Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / OpenMP / Inputs / unterminated_declare_target_include.h
blobddb60d562de15e28a3b76a8d5362565821de5369
1 // expected-warning@+1 {{expected '#pragma omp end declare target' at end of file to match '#pragma omp declare target'}}
2 #pragma omp declare target
3 void zxy();