shithub: scc

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

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

	return (int) f();
}