mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 19:30:17 +02:00
* test needs $mode objfpc
This commit is contained in:
parent
f60d0b98b7
commit
80cdb1d464
@ -1,6 +1,7 @@
|
|||||||
{ Source provided for Free Pascal Bug Report 3217 }
|
{ Source provided for Free Pascal Bug Report 3217 }
|
||||||
{ Submitted by "C Western" on 2004-07-18 }
|
{ Submitted by "C Western" on 2004-07-18 }
|
||||||
{ e-mail: mftq75@dsl.pipex.com }
|
{ e-mail: mftq75@dsl.pipex.com }
|
||||||
|
{$mode objfpc}
|
||||||
function TT(I:Integer):Double;
|
function TT(I:Integer):Double;
|
||||||
begin
|
begin
|
||||||
Result := (I+0.2)*(I+0.3)+(I+0.5);
|
Result := (I+0.2)*(I+0.3)+(I+0.5);
|
||||||
|
Loading…
Reference in New Issue
Block a user