shithub: scc

ref: 4ca822523b4538c4267bdd8604fd6a71c7e6aca8
dir: /tests/error/0021-void.c/

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

	return (int) f();
}