blob: e14578489e6c0acc20ebc60b0b12ba83f100381b [file] [log] [blame]
/* { dg-options "" } */
/* { dg-do compile } */
// Testing if we can do a new of a vector
// PR C++/28450
void* q = new int __attribute__((vector_size(8))) ();