summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw4893d.pp
blob: e84544be7442cb5056b3d5853badeeaeb92c829a (plain)
1
2
3
4
5
6
7
8
9
10
{ %fail }

{$mode fpc}

label a;

begin
  goto a;
 a:
end.