summaryrefslogtreecommitdiff
path: root/tests/webtbs/tw2803.pp
blob: 390458620512fad81332c90b4daa4f2041a93dcb (plain)
1
2
3
4
5
6
7
8
9
10
{ Source provided for Free Pascal Bug Report 2803 }
{ Submitted by "C Western" on  2003-11-22 }
{ e-mail: mftq75@dsl.pipex.com }
program Test;
{$T+}
var
  a: array of Double;
begin
  SetLength(a,100);
end.