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

void main () {
	int foo[2] = { 23, 42 };
	foo.resize (3);
}