Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
vector33.C
blob: f50253232cf8542011abf55a48494894d9973007 [
file
] [
log
] [
blame
]
// PR c++/83300
// { dg-do compile { target c++11 } }
template
<
int
N
>
using
T
=
int
__attribute__
((
vector_size
(
sizeof
(
int
)
*
N
)));
void
f
(
T
<
4
>)
{
}