shithub: scc

ref: 4534415354538af9795b3387baac108ead851aab
dir: /tests/error/0021-void.c/

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

	return (int) f();
}