﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
10	Inner generic types	Thierry Delisle	Rob Schluntz	"This code does not work :


{{{
forall(otype T, otype E)
struct result {
	bool has_value;
	union {
		T value;
		E error;
	};
};
}}}

produces : 
{{{
In function ‘___constructor__F_P13u__anonymous02tT_autogen___1’:
error: ‘_sizeof_2tT’ undeclared (first use in this function)
note: each undeclared identifier is reported only once for each function it appears in

}}}
"	defect	assigned	major	cfa-cc	1.0			
