florian %!s(int64=3) %!d(string=hai) anos
pai
achega
11b069fa61
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      tests/webtbs/tw15633.pp

+ 9 - 0
tests/webtbs/tw15633.pp

@@ -0,0 +1,9 @@
+var value : word;
+    code : Longint;
+
+begin
+  Val('4294901772', Value, code);
+  writeln(code);
+  if code<>10 then
+    halt(1);
+end.