fpc/tests/TS010009.PP
1998-03-25 13:43:38 +00:00

14 lines
148 B
Plaintext

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