This commit is contained in:
florian 2022-01-11 22:10:21 +01:00
parent fc3b635013
commit 11b069fa61

9
tests/webtbs/tw15633.pp Normal file
View File

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