about summary refs log blame commit diff
path: root/third_party/git/t/t4018/cpp-skip-labels
blob: b9c10aba225df5c33430c754b6c6bd8c9d7a9141 (plain) (tree)
1
2
3
4
5
6
7
8







                               
void RIGHT (void)
{
repeat:		// C++ comment
next:		/* C comment */
	do_something();

	ChangeMe;
}