mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 01:59:28 +02:00
16 lines
174 B
ObjectPascal
16 lines
174 B
ObjectPascal
{ %fail }
|
|
{ %OPT=-Sew -vw}
|
|
program tw4781a;
|
|
var U : integer;
|
|
|
|
procedure B;
|
|
begin
|
|
if U = 0 then;
|
|
if U = 0 then;
|
|
end;
|
|
|
|
begin
|
|
if U = 1 then writeln('UNdetected');
|
|
end.
|
|
|