Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 2ec6d0e2e7d97d37857179c7e214ffb49fb2e62c (plain) (blame)
1
2
3
	function foo() {
		for (; i < 10; i++);
}

Back to the top