mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 22:29:28 +02:00
11 lines
105 B
ObjectPascal
11 lines
105 B
ObjectPascal
{%FAIL}
|
|
{$mode objfpc}
|
|
|
|
program tarrconstr13;
|
|
|
|
var
|
|
a: array[0..0] of integer;
|
|
begin
|
|
a := ['a'];
|
|
end.
|