summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw1709.pp
blob: 755027dfb1e97df19b4a79153dfb915ce36d7a80 (plain)
1
2
3
4
5
6
7
8
9
10
{ %version=1.1 }

{$ifdef fpc}{$mode delphi}{$endif}

var
 x: array of byte;
begin
  // This should free the dynamic array
  x := nil;
end.