[clang][lex] NFCI: Use DirectoryEntryRef in ModuleMap::inferFrameworkModule()
[llvm-project.git] / clang / test / Headers / riscv-vector-header.c
blob70db4d63c276e00ebb291ed6dba116676ab68560
1 // REQUIRES: riscv-registered-target
3 // RUN: %clang_cc1 -triple riscv64 -fsyntax-only \
4 // RUN: -target-feature +m -target-feature +a -target-feature +f \
5 // RUN: -target-feature +d -target-feature +v %s
6 // expected-no-diagnostics
8 #include <riscv_vector.h>