Skip to main content
summaryrefslogtreecommitdiffstats
blob: cb6e2b3cb59ba61cc3f1c80738fd8b6597c4e942 (plain) (blame)
1
2
3
4
5
public class A {
	void foo() {
		do; while (true);
	}
}

Back to the top