git/t/t4051/dummy.c

8 lines
88 B
C

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