Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail19890a.d
blob: 2120dc56997be2508ed98792e701fe59ca955852 [
file
] [
log
] [
blame
]
// PERMUTE_ARGS:
/*
TEST_OUTPUT:
---
fail_compilation/fail19890a.d(8): Error: `void[/^[0-9]+(LU)?$/]` size 1 * /^[0-9]+$/ exceeds 0x7fffffff size limit for static array
---
*/
void
[]
f
=
cast
(
void
[-
1
])
"a"
;