shithub: scc

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

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

	return (int) f();
}