fpc/tests/webtbs/tw1709.pp
2024-10-31 22:35:04 +01:00

10 lines
123 B
ObjectPascal

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