mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 17:49:07 +02:00
+ test
This commit is contained in:
parent
fc3b635013
commit
11b069fa61
9
tests/webtbs/tw15633.pp
Normal file
9
tests/webtbs/tw15633.pp
Normal file
@ -0,0 +1,9 @@
|
||||
var value : word;
|
||||
code : Longint;
|
||||
|
||||
begin
|
||||
Val('4294901772', Value, code);
|
||||
writeln(code);
|
||||
if code<>10 then
|
||||
halt(1);
|
||||
end.
|
Loading…
Reference in New Issue
Block a user