mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 16:47:53 +02:00

(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 -
11 lines
74 B
ObjectPascal
11 lines
74 B
ObjectPascal
{ %recompile }
|
|
|
|
{$inline on}
|
|
|
|
uses
|
|
uw15909;
|
|
|
|
begin
|
|
foo('abc',5);
|
|
end.
|