mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 16:09:31 +02:00
#1850 bug report test
This commit is contained in:
parent
1f2801b1ab
commit
de0d0678f5
12
tests/webtbs/tw1850.pp
Normal file
12
tests/webtbs/tw1850.pp
Normal 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.
|
Loading…
Reference in New Issue
Block a user