summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci027_1.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci027_1.hs')
-rw-r--r--testsuite/tests/ghci/scripts/ghci027_1.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci027_1.hs b/testsuite/tests/ghci/scripts/ghci027_1.hs
new file mode 100644
index 0000000000..a1a7bfac37
--- /dev/null
+++ b/testsuite/tests/ghci/scripts/ghci027_1.hs
@@ -0,0 +1,5 @@
+-- Test for #1617
+module Main where
+import Prelude ()
+import Control.Monad (mplus)
+import qualified Control.Monad (mplus)