Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / SemaOpenMP / arm-sve-acle-types.cpp
blob03d61beff175fc09794225ef3a36d417e07d7919
1 // RUN: %clang_cc1 -fopenmp -fsyntax-only -triple aarch64 -target-feature +sve -verify %s
2 // expected-no-diagnostics
4 __SVBool_t foo(int);
6 void test() {
7 #pragma omp parallel
9 __SVBool_t pg = foo(1);