shithub: scc

ref: 3cb873827cfb046e36a7b7e32a707a5b7aa96426
dir: /tests/cc/execute/0180-incomplete.c/

View raw version
struct dummy;

void *
fun(struct dummy p[])
{
	return p;
}

int
main()
{
	return fun(0) != 0;
}