fpc/tests/webtbs/tw15909.pp
Jonas Maebe 45d25bbe77 * fixed storing/loading widestring constant nodes into/from ppu files
(mantis #15909)
  * fixed storing/loading widestring constants into/from token streams
  * made storing/loading widestring constant nodes into/from ppu files
    endian safe

git-svn-id: trunk@15017 -
2010-03-14 13:27:00 +00:00

11 lines
74 B
ObjectPascal

{ %recompile }
{$inline on}
uses
uw15909;
begin
foo('abc',5);
end.