fpc/tests/tbs/tb0026.pp
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00

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.