shithub: scc

ref: b757787aec9212e9ab0fddddb7d31de16c2fbe52
dir: /tests/error/0021-void.c/

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

	return (int) f();
}