﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
73	Infinite loop with generics and new	Rob Schluntz	Rob Schluntz	"{{{
forall( dtype T | sized(T), ttype Params | { void ?{}( T &, Params ); } ) T * new( Params p );

forall( otype T )
struct Ptr {
  T * values;
};

int main() {
  int * x = new();
}
}}}"	defect	closed	major	cfa-cc	1.0	fixed		
