mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 00:28:05 +02: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.
|