shithub: scc

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

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

	return (int) f();
}