fpc/tests/tbs/ub0308.pp
2000-12-03 21:50:07 +00:00

14 lines
146 B
ObjectPascal

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