shithub: scc

ref: 727425772ef17fe710453ab97f659b82b8a6b585
dir: /tests/cc/error/0021-void.c/

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

	return (int) f();
}