tb0147.pp 154 B

123456789
  1. { Old file: tbs0177.pp }
  2. { program.symbol not allowed (almost the same as bugs 176) OK 0.99.9 (PM) }
  3. program p;
  4. var
  5. l : longint;
  6. begin
  7. p.l:=1;
  8. end.