shithub: scc

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

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

	return (int) f();
}