﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
14	Parsing error with multiple generic forward declarations	Rob Schluntz	pabuhr	"Multiple forward declarations of a generic type cause parsing conflicts.
{{{
forall(otype T) struct Box;
forall(otype T) struct Box;

$ cfa test.c 
CFA Version 1.0.0 (debug)
Error in file test.c at line 2 reading token "";""
}}}
"	defect	closed	major	cfa-cc	1.0	fixed	parsing generic types forward declaration multiple	
