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";