tw4781a.pp 174 B

123456789101112131415
  1. { %fail }
  2. { %OPT=-Sew -vw}
  3. program tw4781a;
  4. var U : integer;
  5. procedure B;
  6. begin
  7. if U = 0 then;
  8. if U = 0 then;
  9. end;
  10. begin
  11. if U = 1 then writeln('UNdetected');
  12. end.