fpc/tests/webtbs/tw1709.pp
2002-01-19 11:48:34 +00:00

11 lines
140 B
ObjectPascal

{ %version=1.1 }
{$ifdef fpc}{$mode delphi}{$endif}
var
x: array of byte;
begin
// This should free the dynamic array
x := nil;
end.