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

16 lines
169 B
ObjectPascal

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