Explorar o código

*** empty log message ***

florian %!s(int64=20) %!d(string=hai) anos
pai
achega
1d68ae23e4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/webtbs/tw3546.pp

+ 1 - 1
tests/webtbs/tw3546.pp

@@ -4,7 +4,7 @@ label 000,01,1;
 begin
   goto 000;
   writeln('1');
-
+  halt(1);
 000:
   writeln('2');
 end.