mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-12 17:01:51 +01:00
11 lines
87 B
PHP
11 lines
87 B
PHP
{%MainUnit unit1.pas}
|
|
procedure Do1;
|
|
begin
|
|
if true then begin
|
|
aa;
|
|
|
|
xx
|
|
end;
|
|
end;
|
|
|