summaryrefslogtreecommitdiff
path: root/tests/arrays/fixed-length-concat-invalid.test
blob: 99f24a34b3c358140bd3fc06e0084ad3606eacfb (plain)
1
2
3
4
5
6
Invalid Code

void main () {
	int foo[2] = { 23, 42 };
	foo += 4711;
}