shithub: scc

ref: 2472ad09ad5d993096556543f2c5ce8f786223c1
dir: /tests/cc/error/0021-void.c/

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

	return (int) f();
}