[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / ext / vector4.C
blobe14578489e6c0acc20ebc60b0b12ba83f100381b
1 /* { dg-options "" } */
2 /* { dg-do compile } */
3 //  Testing if we can do a new of a vector
4 // PR C++/28450
6 void* q = new int __attribute__((vector_size(8))) ();