[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / SemaOpenMP / riscv-vector-with-openmp.c
blob5dae3eb9ce0b0a22b3d4c5781575a102d3c50eb5
1 // RUN: %clang_cc1 -triple riscv64 -target-feature +v -fsyntax-only \
2 // RUN: -verify -fopenmp %s
3 // REQUIRES: riscv-registered-target
5 // expected-no-diagnostics
7 void foo() {
8 #pragma omp parallel
10 __rvv_int32m1_t i32m1;