mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 12:10:45 +02:00
+ round returning int64 problem
This commit is contained in:
parent
30e5f6934e
commit
4841a83d44
16
tests/tbs/tb0450.pp
Normal file
16
tests/tbs/tb0450.pp
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
var
|
||||
i: single;
|
||||
Begin
|
||||
case round(i) of
|
||||
0: WriteLn;
|
||||
1: WriteLn;
|
||||
end;
|
||||
end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 2003-02-02 14:37:45 carl
|
||||
+ round returning int64 problem
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user