diff options
Diffstat (limited to 'testsuite/compilable/single_literals.elna')
| -rw-r--r-- | testsuite/compilable/single_literals.elna | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/compilable/single_literals.elna b/testsuite/compilable/single_literals.elna new file mode 100644 index 0000000..ac03623 --- /dev/null +++ b/testsuite/compilable/single_literals.elna @@ -0,0 +1,9 @@ +proc f() +var + x: const Single := 3.14f + y: const Single := 1e10f + z: const Single := 4.567e8f + t: const Single := 2.5E-3f +return + +end. |
