shithub: scc

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

View raw version

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

int
main()
{
	return foo();
}