blob: f4a5dada2c8ee391c5da26c7fa5e765427460f0c [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail19890b.d(8): Error: `void[$n$$?:64=LU$]` size 1 * $n$ exceeds $?:windows+32=0x1000000|0x7fffffff$ size limit for static array
---
*/
void[] f = cast(void[-2]) "a";