﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
58	typo in generic type instantiation crashes the compiler	Thierry Delisle	Rob Schluntz <rschlunt@…>	"This code crashes the compiler because of ""typet_t"" instead of ""type_t""

{{{
forall(dtype T | sized(T))
struct wrapper{
	T * ptr;
	int size;
};
typedef long long int type_t;
struct outer {
	wrapper(typet_t) w;
};
}}}"	defect	closed	minor	cfa-cc	1.0	fixed		
