summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci042.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci042.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/ghci042.stdout7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci042.stdout b/testsuite/tests/ghci/scripts/ghci042.stdout
new file mode 100644
index 0000000000..c6717daf0f
--- /dev/null
+++ b/testsuite/tests/ghci/scripts/ghci042.stdout
@@ -0,0 +1,7 @@
+data T = A {...} -- Defined at <interactive>:3:10
+data T = A {a :: Int} -- Defined at <interactive>:3:13
+a :: Integer -- Defined at <interactive>:6:5
+3
+data R = B {a :: Int} -- Defined at <interactive>:9:13
+data T = A {main::Interactive.a :: Int}
+ -- Defined at <interactive>:3:6