shithub: scc

ref: e3010307fe5e503097f0c5d3227faea76566e75d
dir: /tests/cc/execute/0103-voidparm.c/

View raw version
int
foo(void)
{
	return 0;
}

int
main()
{
	return foo();
}