shithub: scc

ref: 74b3f8fbc062af088bc005f0a15a1415a287352f
dir: /tests/cc/error/0021-void.c/

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

	return (int) f();
}