﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
97	Missing polymorphic type has no line number	Thierry Delisle	Rob Schluntz <rschlunt@…>	"The following code:
{{{
forall(otype type) {
struct T {
	int x, y;
};

T(type) foo() {
	return (T){1, 2};
}
}}}
produces an error with no line number:
{{{
error: Too few type arguments in generic type lvalue instance of struct T with body 1
}}}
"	defect	closed	minor	cfa-cc	1.0	fixed	linenumbers	
