(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
sve/
acle/
general/
attributes_5.c
       1  /* { dg-options "-msve-vector-bits=128" } */
       2  
       3  #if __ARM_BIG_ENDIAN && !__ARM_FEATURE_SVE_BITS
       4  int pass = 1;
       5  #else
       6  #include "attributes_1.c"
       7  #endif