shithub: scc

ref: 99dafd2f9338748c5bae866e1697950daf654a89
dir: /tests/error/0021-void.c/

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

	return (int) f();
}