C99/tests/graph.c

10 lines
70 B
C

int test(void)
{
return 0;
}
int calltest(void)
{
return test();
}