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: 42923712ffcbf248e3b11c2dc39c03c51f12ea83 (plain) (blame)
1
2
3
4
5
6
class Example {
	void foo() {
		int c = 2;
		int a = 1,b = 2,d;
	}
}

Back to the top