shithub: scc

ref: 3842e77624418f893f641b0b8869efb98ab7932b
dir: /tests/error/0021-void.c/

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

	return (int) f();
}