shithub: scc

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

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

	return (int) f();
}