bug0122.pp 69 B

123456789
  1. function f:longint;
  2. begin
  3. exit(1);
  4. end;
  5. begin
  6. writeln(f);
  7. end.