fpc/tests/tbs/tb0147.pp
2002-09-07 15:40:30 +00:00

10 lines
153 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.