shithub: scc

ref: 989c106cae3b5870d966b2cc6a83dcad73254ede
dir: /tests/error/0021-void.c/

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

	return (int) f();
}