bug0294.pp 71 B

1234567
  1. function test(test:longint):longint;
  2. begin
  3. test:=1;
  4. end;
  5. begin
  6. end.