shithub: scc

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

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

	return (int) f();
}