shithub: scc

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

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

	return (int) f();
}