mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 07:39:48 +02:00
15 lines
133 B
ObjectPascal
15 lines
133 B
ObjectPascal
{ %fail }
|
|
{ %OPT=-Sew -vw}
|
|
program tw4781b;
|
|
var U : integer;
|
|
|
|
procedure B;
|
|
begin
|
|
if U = 0 then;
|
|
if U = 0 then;
|
|
end;
|
|
|
|
begin
|
|
end.
|
|
|