summaryrefslogtreecommitdiff
path: root/tests/parser/declaration-embedded.test
blob: f39cbbd9570459122d7adb83dde8c84b2c993e17 (plain)
1
2
3
4
5
6
Invalid Code

void main () {
	if (true)
		var i = 42;
}