shithub: scc

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

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

	return (int) f();
}