fpc/tests/webtbs/tw26922.pp
svenbarth fa1bc0757d Fix for Mantis #26922.
pgenutil.pas, specialization_init:
  * don't push the localsymtable if the unit does not have one available

+ added test (needs manual execution though... :/ )

git-svn-id: trunk@29172 -
2014-11-28 16:35:28 +00:00

13 lines
274 B
ObjectPascal

{ %INTERACTIVE }
{ This test requires a change in uw26922a for recompilation which can not be done automatically by
simply adding a define, because the compiler won't detect that it needs to recompile that unit }
program tw26922;
uses
uw26922a, uw26922b;
begin
end.