fpc/tests/webtbs/uw28964.pp
Jonas Maebe 01d93b61c3 * save/restore the type (and hence code page) of ansistring constsyms in/from
the ppu (mantis #28964)
  * also save/restore the type of constnil, constresourcestring and constguid
    in/from the ppu

git-svn-id: trunk@32617 -
2015-12-08 14:27:23 +00:00

13 lines
138 B
ObjectPascal

unit uw28964;
interface
const
ExternalConst = AnsiString('abc');
nilconst = pbyte(nil);
guid = iunknown;
implementation
end.