mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 10:18:22 +02:00
18 lines
156 B
ObjectPascal
18 lines
156 B
ObjectPascal
{ %fail }
|
|
|
|
unit tw12329;
|
|
{$mode objfpc}{$h+}
|
|
|
|
interface
|
|
|
|
implementation
|
|
|
|
procedure test;
|
|
const
|
|
arr: array[0..1] of WideString = (0, 0);
|
|
begin
|
|
|
|
end;
|
|
|
|
end.
|