summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/debug/const3.C
blob: 375c548a3b362404177729662de100fed9196a5d (plain)
1
2
3
/* { dg-do compile } */
typedef float FloatVect __attribute__((__vector_size__(16)));
const FloatVect Foo = { 250000000.0, 0.0, 0.0, 0.0 };