summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbs/tb0026.pp
blob: 2d36e7f8c17e3ec73fbad84dc629fda0814878e3 (plain)
1
2
3
4
5
6
7
8
{ 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.