shithub: scc

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

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

	return (int) f();
}