shithub: scc

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

View raw version

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

int
main()
{
	return foo();
}