shithub: scc

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

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

	return (int) f();
}