about summary refs log tree commit diff
path: root/third_party/git/t/t4051/dummy.c

static int dummy(void)	// Begin of dummy
{
	int rc = 0;

	return rc;
}	// End of dummy