fpc/tests/tbs/tb0103.pp
2000-11-30 22:38:14 +00:00

13 lines
168 B
ObjectPascal

{ 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.