tslice2.pp 91 B

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