shithub: scc

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

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

	return (int) f();
}