﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
102	typeof confuses constructor generation	pabuhr	Rob Schluntz	"{{{
struct S { int i, j; };
void ?{}( S & s, int i, int j );
void ?{}( S & s, zero_t );

int main() {
    typeof((S){10,10}) s = 0;
}
}}}"	defect	closed	minor	cfa-cc	1.0	fixed		
