summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci002.script
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci002.script')
-rw-r--r--testsuite/tests/ghci/scripts/ghci002.script4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci002.script b/testsuite/tests/ghci/scripts/ghci002.script
new file mode 100644
index 0000000000..3c0ec29eae
--- /dev/null
+++ b/testsuite/tests/ghci/scripts/ghci002.script
@@ -0,0 +1,4 @@
+-- bug: we used to throw away the instance accidentally here
+:m GHC.Base
+1 == (2 :: Int)
+1 == (2 :: Int)