summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw4893b.pp
blob: d3886aada886763eaf82619cdea442fd3b8e8bea (plain)
1
2
3
4
5
6
7
8
{$mode tp}

label a;

begin
  goto a;
 a:
end.