summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/2976.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/2976.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/2976.stdout6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/2976.stdout b/testsuite/tests/ghci/scripts/2976.stdout
new file mode 100644
index 0000000000..d927ad696c
--- /dev/null
+++ b/testsuite/tests/ghci/scripts/2976.stdout
@@ -0,0 +1,6 @@
+test :: Integer = _
+test = 0
+test :: Integer = 0
+test :: [Char] = _
+test = "test"
+test :: [Char] = "test"