fpc/tests/webtbs/tw2730.pp
2003-10-21 17:31:36 +00:00

15 lines
241 B
ObjectPascal

{ %version=1.1 }
{ Source provided for Free Pascal Bug Report 2730 }
{ Submitted by "marco (the gory bugs department)" on 2003-10-10 }
{ e-mail: }
{$mode delphi}
unit tw2730;
interface
const bla= widechar(#0);
implementation
begin
end.