fpc/tests/ts010009.pp
1998-03-26 10:46:49 +00:00

14 lines
148 B
ObjectPascal

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