tw32412b.pp 82 B

123456789
  1. { %FAIL }
  2. program tw32412b;
  3. var
  4. p: Pointer;
  5. begin
  6. Insert('', p, 1, 2);
  7. end.