shithub: scc

ref: fee8c92d2df603a2d001eeabb1de5a4e01e1ed40
dir: /tests/execute/0102-bug.c/

View raw version
// This wouldn't compile

typedef struct  { } Vec;

static void
vecresize(Vec *v, int cap)
{
	return;
}

int main()
{
	return 0;
}