summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/1959/E2.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/driver/1959/E2.hs')
-rw-r--r--testsuite/tests/driver/1959/E2.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/driver/1959/E2.hs b/testsuite/tests/driver/1959/E2.hs
new file mode 100644
index 0000000000..cb0ca32ad0
--- /dev/null
+++ b/testsuite/tests/driver/1959/E2.hs
@@ -0,0 +1,4 @@
+module E (h) where
+
+h :: Int -> Int
+h x = x + x + x + x + x + x + x