shithub: scc

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

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

	return (int) f();
}