summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/2740.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/2740.hs')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/2740.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/2740.hs b/testsuite/tests/ghci.debugger/scripts/2740.hs
new file mode 100644
index 0000000000..291e7c8c02
--- /dev/null
+++ b/testsuite/tests/ghci.debugger/scripts/2740.hs
@@ -0,0 +1,4 @@
+module Test where
+
+f x y z | x<y = z
+ | otherwise = z*y