(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
sve/
pr104474-3.c
       1  /* { dg-options "-mcpu=neoverse-v1 -frounding-math -msve-vector-bits=256" } */
       2  
       3  typedef _Float16 __attribute__((__vector_size__ (32))) F;
       4  
       5  F
       6  foo (void)
       7  {
       8    return (F){0, 6270, 0, 0, 0, 0, 0, 0, 3229, 0, 40};
       9  }