summaryrefslogtreecommitdiff
path: root/tests/arrays/slice-no-array.test
blob: cb7179860914e083497017341ebced0ea420ee0f (plain)
1
2
3
4
5
6
7
Invalid Code

const int foo = 42;

void main () {
	int bar = foo[0:3];
}