mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-25 05:48:56 +01:00
9 lines
154 B
ObjectPascal
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. |