fpc/tests/webtbs/tw27320.pp
svenbarth 943a094683 Fix for Mantis #27320.
symdef.pas, tprocdef:
  * defaultmangledname: don't use the potentially unassigned hp, but use - as intended - returndef if it is set (analog to the non-CRC part)

+ added test

git-svn-id: trunk@29537 -
2015-01-23 16:47:23 +00:00

9 lines
65 B
ObjectPascal

{ %NORUN }
program tw27320;
uses uw27320.Defaults;
begin
end.