fpc/tests/webtbs/tw21808.pp
Jonas Maebe 572012fad3 * mark units as used in case only static symbols from inside object,
record or enum symtables are used (such as class helper methods)
    (mantis #21808)

git-svn-id: trunk@21512 -
2012-06-06 20:16:50 +00:00

12 lines
168 B
ObjectPascal

{ %opt=-vh -Seh }
{ %norun }
{$mode objfpc}
uses
uw21808a, uw21808b;
var
x: TC = nil;
begin
x.Q; // hint should appear only when this line is commented out
end.