shithub: scc

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

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

	return (int) f();
}