shithub: scc

ref: 07af36a891fae600532b83aa2b677a8a6041b756
dir: /tests/cc/error/0021-void.c/

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

	return (int) f();
}