﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
62	Generic Type Undeclared Within Nested Type	pabuhr		"{{{
forall(otype T) union fred {
  struct george {
    int i;
    T j;
  };
};
}}}

Results in:
{{{
CFA Version 1.0.0 (debug)
test.c:7:50: error: ‘_sizeof_2tT’ undeclared here (not in a function)
}}}

(posted by Sunjay (s5varma) on behalf of pabuhr)"	defect	closed	minor	cfa-cc	1.0	duplicate		
