fpc/bugs/bug0122.pp
1998-03-30 12:09:06 +00:00

10 lines
69 B
ObjectPascal

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