shithub: scc

ref: 9df2bb4ed45bb22397cb50cde8fcfcb83c986a0f
dir: /tests/error/0021-void.c/

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

	return (int) f();
}