summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbs/tb0103.pp
blob: 34c49758ec9a47b2dc21d454811bd4e8ca1e2914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ Old file: tbs0122.pp }
{ exit() gives a warning that the result is not set     OK 0.99.6 (FK) }


function f:longint;
begin
  exit(1);
end;

begin
  writeln(f);
end.