unit ub0308; interface type tr = record case a : (x,y,z) of x : (l : longint); end; implementation end.