mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 19:07:59 +02:00
9 lines
146 B
ObjectPascal
9 lines
146 B
ObjectPascal
{ Old file: tbs0030.pp }
|
|
{ tests type conversations in typed consts OK 0.9.6 }
|
|
|
|
const
|
|
a : array[0..1] of real = (1,1);
|
|
|
|
begin
|
|
end.
|