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








                        
struct item RIGHT(int i)
// Do not
// pick up
/* these
** comments.
*/
{
	ChangeMe;
}