1 /* { dg-do compile } */
2 typedef float FloatVect __attribute__((__vector_size__(16)));
3 const FloatVect Foo = { 250000000.0, 0.0, 0.0, 0.0 };
4