tslice1.pp 87 B

123456789
  1. { %fail }
  2. procedure t(arr: array of integer);
  3. begin
  4. t(slice(arr));
  5. end;
  6. begin
  7. end.