mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 13:29:27 +02:00
16 lines
127 B
ObjectPascal
16 lines
127 B
ObjectPascal
program test;
|
|
|
|
procedure Test1;
|
|
var
|
|
a: Integer;
|
|
|
|
procedure Test2;
|
|
begin
|
|
a:= 0;
|
|
end;
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
end.
|