﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
103	typeof allows duplicate variables	pabuhr	Rob Schluntz	"{{{
struct S { int i, j; };

int main() {
    S s;
    typeof((S){10,10}) s;
    s;
}
}}}"	defect	closed	minor	cfa-cc	1.0	fixed		
