[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / ext / vector13.C
blob5160f112149ee65eafd53c28522cbf9d6ad541c8
1 // PR c++/35096
2 // { dg-do compile }
4 typedef const int X __attribute((vector_size(8)));
5 extern const int x[] __attribute((vector_size(8)));
6 X x[] = { 5 };