shithub: scc

ref: 50ba813176f09728635bd8aa849b18fd2644c037
dir: /tests/error/0018-voidparam.c/

View raw version

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

int
main()
{
	return foo();
}