shithub: scc

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

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

	return (int) f();
}