mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 10:09:17 +02:00

hierarchies from other units that were compiled without debug information in case not all classes from the hierarchy are explicitly used (mantis #22495, #21503, #21259) git-svn-id: trunk@21972 -
18 lines
186 B
ObjectPascal
18 lines
186 B
ObjectPascal
{ %norun }
|
|
{ %cpu=i386,powerpc,arm,sparc,mips }
|
|
{ %opt=-gs }
|
|
|
|
{ Stabs is only supported for 32 bit targets }
|
|
|
|
{$mode objfpc}
|
|
|
|
program tw22495;
|
|
|
|
uses uw22495;
|
|
|
|
var cl:INode;
|
|
|
|
begin
|
|
end.
|
|
|