tb0039.pp 167 B

12345678910111213
  1. { %FAIL }
  2. { Old file: tbf0196.pp }
  3. { "function a;" is accepted (should require result type) OK 0.99.1 (PM) }
  4. Program bug0195;
  5. function a;
  6. begin
  7. end;
  8. begin
  9. a
  10. end.