shithub: scc

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

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

	return (int) f();
}