#1850 bug report test

This commit is contained in:
carl 2002-03-07 17:34:34 +00:00
parent 1f2801b1ab
commit de0d0678f5

12
tests/webtbs/tw1850.pp Normal file
View File

@ -0,0 +1,12 @@
{ 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.