shithub: scc

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

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

	return (int) f();
}