summaryrefslogtreecommitdiff
path: root/tests/semantic/array-stacked.test
blob: 74e5228298625c0f35188bc3072d63655327a16f (plain)
1
2
3
4
5
Invalid Code

void main () {	
	string[][] saa = null;
}