fpc/tests/tbf0151.pp
1999-01-19 17:34:01 +00:00

11 lines
117 B
ObjectPascal

type tr = record
l1, l2: longint
end;
var r: tr;
begin
with r do
inc(l)
end.