shithub: scc

ref: c05751413d4747d97b42659222c336ddeccbbdfa
dir: /tests/error/0021-void.c/

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

	return (int) f();
}