﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
252	Designator problem with arrays	pabuhr		"{{{
struct A {
	int w, z; // must have 2 fields
};
void fred() {
	A a0, a2[4] = { [2] : a0, [0] : a0 }; // must have 2 variable initializers
}
}}}
This error should not occur.
{{{
cfa test.cfa
CFA Version 1.0.0 (debug)
test.cfa:5:1 error: Invalid application of existing declaration(s) in expression Untyped Init Expression
  Name: a0  InitAlternative: signed int... designated by: 
    Constant Expression (0: unsigned long int)
    ... with resolved type:
      unsigned long int
    Variable Expression: z: signed int
    ... with resolved type:
      signed int
}}}"	defect	new	minor	cfa-cc	1.0			
