about summary refs log blame commit diff
path: root/third_party/git/t/t4018/cpp-class-constructor
blob: ec4f115c250f34f44c727c2abcb54b663bc2ddff (plain) (tree)
1
2
3
4



                     
Item::Item(int RIGHT)
{
	ChangeMe;
}