summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run/cgrun020.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/codeGen/should_run/cgrun020.hs')
-rw-r--r--testsuite/tests/codeGen/should_run/cgrun020.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/codeGen/should_run/cgrun020.hs b/testsuite/tests/codeGen/should_run/cgrun020.hs
new file mode 100644
index 0000000000..9f4b7c64e1
--- /dev/null
+++ b/testsuite/tests/codeGen/should_run/cgrun020.hs
@@ -0,0 +1,3 @@
+-- !!! reading/showing of Ints/Integers
+--
+main = print ((read "-1") :: Integer)