9 lines · c
1// REQUIRES: riscv-registered-target2 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 %s6// expected-no-diagnostics7 8#include <riscv_vector.h>9