(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
convert-vec-1.c
       1  /* { dg-do compile } */
       2  /* { dg-prune-output "changes the ABI" } */
       3  typedef float v2sf __attribute__ ((vector_size (8)));
       4  v2sf sub (void) { return (v2sf) 0.0; } /* { dg-error "cannot convert" } */