mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 07:19:35 +02:00
10 lines
153 B
ObjectPascal
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.
|