shithub: scc

ref: 813c707f576ae9ab4209c5b155fc348571465313
dir: /tests/execute/0103-voidparm.c/

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

int
main()
{
	return foo();
}