shithub: scc

ref: 02036f3d5bb8ab631979aa302bff1433a83bf325
dir: /tests/error/0021-void.c/

View raw version
int
main(void)
{
	void f(void);

	return (int) f();
}