shithub: scc

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

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

	return (int) f();
}