diff options
Diffstat (limited to 'testsuite/runnable/float_arithmetic.elna')
| -rw-r--r-- | testsuite/runnable/float_arithmetic.elna | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/runnable/float_arithmetic.elna b/testsuite/runnable/float_arithmetic.elna index 73072f2..f792b04 100644 --- a/testsuite/runnable/float_arithmetic.elna +++ b/testsuite/runnable/float_arithmetic.elna @@ -1,3 +1,4 @@ +program() begin assert(6.0 / 2.0 = 3.0); assert(5.0 / 2.0 = 2.5); |
