shithub: scc

ref: 802fc685de68e0b4ef93de81a8270f9b3642085b
dir: /tests/error/0021-void.c/

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

	return (int) f();
}