fpc/tests/ts/ts010010.pp
1999-12-02 17:37:24 +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.