Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail9301.d
blob: eee727036959a60f5337c96cf51724d6e752fdb0 [
file
] [
log
] [
blame
]
/*
REQUIRED_ARGS: -m64 -o-
TEST_OUTPUT:
---
fail_compilation/fail9301.d(11): Error: cannot implicitly convert expression `0` of type `int` to `__vector(void[16])`
---
*/
void
main
()
{
__vector
(
void
[
16
])
x
=
0x0
;
}