fpc/tests/ts010010.pp
1998-03-25 13:43:38 +00:00

16 lines
171 B
ObjectPascal

uses
ts010009;
var
r : tr;
begin
r.a:=x;
if r.a=x then
begin
with r do
if a=y then
;
end;
end.