Skip to main content
summaryrefslogtreecommitdiffstats
blob: 98413ebb68b0db001d37cbd529e1d435a7b6a3cf (plain) (blame)
1
2
3
4
	function main(args) {
		var i = 0;
		++i;
}

Back to the top