shithub: scc

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

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

	return (int) f();
}