summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw8717.pp
blob: c51a2d2e2a0539428b29d2b99f417e598a92c86b (plain)
1
2
3
4
5
6
7
8
9
10
11
{ %opt=-vw -Sew -Oodfa }
{ %fail }
{$mode objfpc}
function f: Boolean;
begin
  Exit;
  Result := True
end;

begin
end.