aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/compilable/float_literals.elna9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/compilable/float_literals.elna b/testsuite/compilable/float_literals.elna
new file mode 100644
index 0000000..1ce914d
--- /dev/null
+++ b/testsuite/compilable/float_literals.elna
@@ -0,0 +1,9 @@
+proc f()
+const
+ x := 3.14
+ y := 1e10
+ z := 4.567e8
+ t := 2.5E-3
+end
+
+end.