fpc/tests/tbs/tb0147.pp
2000-11-30 22:38:14 +00:00

9 lines
154 B
ObjectPascal

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