(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
sve/
pcs/
nosve_7.c
       1  /* { dg-do compile } */
       2  /* { dg-prune-output "compilation terminated" } */
       3  
       4  #include <arm_sve.h>
       5  
       6  #pragma GCC target "+nosve"
       7  
       8  void f (svuint8_t x) {} /* { dg-error {'f' requires the SVE ISA extension} } */