shithub: scc

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

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

	return (int) f();
}