summaryrefslogtreecommitdiff
path: root/tests/parser/statement-outside-root.test
blob: 0cd1c22b7d548062b2682bf45cbb64da472bd57f (plain)
1
2
3
4
5
6
7
8
Invalid Code

namespace Test {
	var i = {};
}

void main () {
}