summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/fail_compilation/fail229.d
blob: 6cf8676cc9994369551f85e602d5aa415584b6e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
TEST_OUTPUT:
---
fail_compilation/fail229.d(11): Error: array index 18446744073709551615 overflow
fail_compilation/fail229.d(11): Error: array dimension overflow
---
*/

// Issue 1936 - Error with no line number (array dimension overflow)

static int[] x = [-1: 1];