summaryrefslogtreecommitdiff
path: root/tests/float.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/float.ur')
-rw-r--r--tests/float.ur6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/float.ur b/tests/float.ur
new file mode 100644
index 00000000..aae6d521
--- /dev/null
+++ b/tests/float.ur
@@ -0,0 +1,6 @@
+fun main () =
+ let
+ val x = 0.001 * 50.0
+ in
+ return <xml><body>{[x]}</body></xml>
+ end