shithub: scc

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

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

	return (int) f();
}