cbc/test/funcall0.cb

12 lines
83 B
Plaintext

int
main(int argc, char **argv)
{
return f();
}
int
f(void)
{
return 0;
}