summaryrefslogtreecommitdiff
path: root/tests/arrays/fixed-length-non-const.test
blob: 7ae22936f965963cd1a305ef8bcdb6dc757754e6 (plain)
1
2
3
4
5
6
Invalid Code

void main () {
	int test_len = 60;
	string test_array[test_len];
}