summaryrefslogtreecommitdiff
path: root/tests/webtbs/tw4537.pp
blob: 6159735ac5f114a9a6f32c8a4604185f2b39b711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
procedure foo;
  begin
    exit();
  end;

function bar: integer;
  begin
    exit(42);
  end;
  
begin
end.