fpc/tests/webtbf/tw4781a.pp
Jonas Maebe 3b93263965 + added missing -vw option
git-svn-id: trunk@2482 -
2006-02-08 19:44:36 +00:00

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.