shithub: scc

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

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

	return (int) f();
}