fpc/tests/test/packages/fcl-xml/tw22495.pp
Jonas Maebe df2eddd169 * correctly deal with writing debug information in the Stabs writer for class
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 -
2012-07-26 14:27:10 +00:00

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.