(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
debug/
const-1.c
       1  /* { dg-do compile } */
       2  typedef float FloatVect __attribute__((__vector_size__(16)));
       3  static FloatVect Foo = { 250000000.0, 0.0, 0.0, 0.0 };