mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 21:19:26 +02:00
Add test for Mantis #29053 to make sure it doesn't get broken by accident.
git-svn-id: trunk@32432 -
This commit is contained in:
parent
82eb67cd24
commit
fcae436177
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -14855,6 +14855,7 @@ tests/webtbs/tw29010b.pp svneol=native#text/plain
|
|||||||
tests/webtbs/tw29010c.pp svneol=native#text/plain
|
tests/webtbs/tw29010c.pp svneol=native#text/plain
|
||||||
tests/webtbs/tw2904.pp svneol=native#text/plain
|
tests/webtbs/tw2904.pp svneol=native#text/plain
|
||||||
tests/webtbs/tw29040.pp svneol=native#text/plain
|
tests/webtbs/tw29040.pp svneol=native#text/plain
|
||||||
|
tests/webtbs/tw29053.pp svneol=native#text/pascal
|
||||||
tests/webtbs/tw2908.pp svneol=native#text/plain
|
tests/webtbs/tw2908.pp svneol=native#text/plain
|
||||||
tests/webtbs/tw2911.pp svneol=native#text/plain
|
tests/webtbs/tw2911.pp svneol=native#text/plain
|
||||||
tests/webtbs/tw2912.pp svneol=native#text/plain
|
tests/webtbs/tw2912.pp svneol=native#text/plain
|
||||||
|
12
tests/webtbs/tw29053.pp
Normal file
12
tests/webtbs/tw29053.pp
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{ %NORUN }
|
||||||
|
|
||||||
|
program tw29053;
|
||||||
|
|
||||||
|
{$mode delphi}
|
||||||
|
|
||||||
|
type
|
||||||
|
TModelArray<T: TObject> = array of T;
|
||||||
|
|
||||||
|
begin
|
||||||
|
end.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user