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  }