shithub: scc

ref: efa37e2c01e594c39354441fb4621ec8242ba7b6
dir: /tests/error/0021-void.c/

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

	return (int) f();
}