shithub: scc

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

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

	return (int) f();
}