mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:58:31 +02:00
20 lines
176 B
ObjectPascal
20 lines
176 B
ObjectPascal
{ %FAIL }
|
|
{ Old file: tbf0360.pp }
|
|
{ }
|
|
|
|
procedure myproc;
|
|
var
|
|
a: word;
|
|
a: word;
|
|
a: word;
|
|
a: word;
|
|
a: word;
|
|
begin
|
|
a := 1;
|
|
writeln (a);
|
|
end;
|
|
|
|
begin
|
|
myproc;
|
|
end.
|