shithub: scc

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

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

	return (int) f();
}