fpc/tests/webtbs/tw1850.pp
2002-09-07 15:40:30 +00:00

13 lines
230 B
ObjectPascal

{ Source provided for Free Pascal Bug Report 1850 }
{ Submitted by "Sebastian Günther" on 2002-03-06 }
{ e-mail: sg@freepascal.org }
type
TMyRecord = record
a, b: Integer;
end;
var
r: TMyRecord;
begin
with r do;
end.