blob: 5b42cca9ea0a246091876a567d336df172c3a4df [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail229.d(11): Error: array index 18446744073709551615 overflow
fail_compilation/fail229.d(11): Error: array dimension overflow
---
*/
// https://issues.dlang.org/show_bug.cgi?id=1936
// Error with no line number (array dimension overflow)
static int[] x = [-1: 1];