summaryrefslogtreecommitdiff
path: root/tests/semantic/localvariable-var-without-initializer.test
blob: c3bb93cf4615fb2a41f1eeb69107e9bceeff62d3 (plain)
1
2
3
4
5
Invalid Code

void main () {
	var foo;
}