fpc/tests/tbs/tb0026.pp
2000-11-30 22:38:14 +00:00

10 lines
147 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.