2
0

tw12329.pp 156 B

1234567891011121314151617
  1. { %fail }
  2. unit tw12329;
  3. {$mode objfpc}{$h+}
  4. interface
  5. implementation
  6. procedure test;
  7. const
  8. arr: array[0..1] of WideString = (0, 0);
  9. begin
  10. end;
  11. end.