summaryrefslogtreecommitdiff
path: root/tests/semantic/array-length-invalid.test
blob: aee2cfdb85687ac69e713a7eb4a15fe224c45683 (plain)
1
2
3
4
5
Invalid Code

void main () {
	var foo = new uint8[23:float];
}