1  /* { dg-options "-mcpu=neoverse-512tvb -msve-vector-bits=512" } */
       2  
       3  typedef float __attribute__((__vector_size__ (64))) F;
       4  
       5  F
       6  foo (float t)
       7  {
       8    return (F){t, 0, 0, 0, 0, 0, 0, 5, 0, t};
       9  }