Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
gdc.test
/
compilable
/
test10312.d
blob: 7cb50f294b1370bb6059252c57c5c295fd9a7e49 [
file
]
static
if
(
__traits
(
compiles
,
__vector
(
float
[
4
])))
{
const
__vector
(
float
[
4
])
si
=
[
1f
,
1f
,
1f
,
1f
];
void
main
()
{
auto
arr
=
si
;
return
;
}
}