tw1709.pp 140 B

12345678910
  1. { %version=1.1 }
  2. {$ifdef fpc}{$mode delphi}{$endif}
  3. var
  4. x: array of byte;
  5. begin
  6. // This should free the dynamic array
  7. x := nil;
  8. end.