shithub: scc

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

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

	return (int) f();
}