Skip to main content
summaryrefslogtreecommitdiffstats
blob: dbac964fdf764ee4e863b9c5ee1d66f42b0a15a7 (plain) (blame)
1
2
3
4
	function foo() {
		for (;;);

}

Back to the top