Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cpp-skip-labels « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9c10aba225df5c33430c754b6c6bd8c9d7a9141 (plain)
1
2
3
4
5
6
7
8
void RIGHT (void)
{
repeat:		// C++ comment
next:		/* C comment */
	do_something();

	ChangeMe;
}