mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-10 12:01:31 +01:00
Also adjusted test for report 20836 (removed unneeded units and the {$R ...} directive completely and added a "%NORUN" modifier).
git-svn-id: trunk@19817 -
15 lines
139 B
ObjectPascal
15 lines
139 B
ObjectPascal
{ %NORUN }
|
|
|
|
program tw20407;
|
|
|
|
{$mode delphi}
|
|
|
|
type
|
|
tbwimagegen<T> = class
|
|
type
|
|
TLocalType = tbwimagegen<T>;
|
|
end;
|
|
|
|
begin
|
|
end.
|