summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw22941.pp
blob: ad4c567d96d6afaf6b0029fca92411f1a13a8f59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ %fail }

program test;

{$mode objfpc}
{$h+}

var
  s: string;

begin
  s[1..3] := '123';
end.