mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 13:09:29 +02:00
15 lines
241 B
ObjectPascal
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.
|