shithub: scc

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

View raw version

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

int
main()
{
	return foo();
}