shithub: scc

ref: e07e7027cc5f2fa8ae504f45311667974fe9a3bd
dir: /tests/error/0018-voidparam.c/

View raw version

int
foo(void, int x)
{
	return 0;
}

int
main()
{
	return foo();
}