shithub: scc

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

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

	return (int) f();
}