shithub: scc

ref: a8e2e90fa44baacd3339cdfcb927e3c24ad89190
dir: /tests/cc/error/0021-void.c/

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

	return (int) f();
}