shithub: scc

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

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

	return (int) f();
}