shithub: scc

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

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

	return (int) f();
}