tb0036.pp 210 B

12345678910111213
  1. { %FAIL }
  2. { Old file: tbf0173.pp }
  3. { secondbugs is parsed as asm, but should be normal pascalcode OK 0.99.9 (PFV) }
  4. var
  5. secondbug : word;
  6. procedure p;assembler;
  7. begin
  8. if secondbug=0 then;
  9. end;
  10. begin
  11. end.