shithub: scc

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

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

	return (int) f();
}