mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-01 09:59:23 +02:00
no message
This commit is contained in:
parent
54acaa32c3
commit
db77655ec7
13
tests/webtbs/tw3774.pp
Normal file
13
tests/webtbs/tw3774.pp
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{ Source provided for Free Pascal Bug Report 3774 }
|
||||||
|
{ Submitted by "Sergey@michint" on 2005-03-11 }
|
||||||
|
{ e-mail: }
|
||||||
|
{$C+}
|
||||||
|
|
||||||
|
var
|
||||||
|
i, ec: Integer;
|
||||||
|
begin
|
||||||
|
Val('0x123', i, ec);
|
||||||
|
Assert(ec=0);
|
||||||
|
Assert(i=$123);
|
||||||
|
writeln('ok');
|
||||||
|
end.
|
Loading…
Reference in New Issue
Block a user