shithub: scc

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

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

	return (int) f();
}