Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
vector4.C
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
)))
();