summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run/cgrun019.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/codeGen/should_run/cgrun019.hs')
-rw-r--r--testsuite/tests/codeGen/should_run/cgrun019.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/codeGen/should_run/cgrun019.hs b/testsuite/tests/codeGen/should_run/cgrun019.hs
new file mode 100644
index 0000000000..242ea3b4df
--- /dev/null
+++ b/testsuite/tests/codeGen/should_run/cgrun019.hs
@@ -0,0 +1,3 @@
+-- !!! printing of floating-pt numbers
+--
+main = print (1.234e5 :: Float)