shithub: scc

ref: 67edfb04d803788d5d55242ec0ca813048d78266
dir: /tests/execute/0103-voidparm.c/

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

int
main()
{
	return foo();
}