PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / debug / const3.C
blob375c548a3b362404177729662de100fed9196a5d
1 /* { dg-do compile } */
2 typedef float FloatVect __attribute__((__vector_size__(16)));
3 const FloatVect Foo = { 250000000.0, 0.0, 0.0, 0.0 };