diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci033.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci033.stdout | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci033.stdout b/testsuite/tests/ghci/scripts/ghci033.stdout new file mode 100644 index 0000000000..748fab88b3 --- /dev/null +++ b/testsuite/tests/ghci/scripts/ghci033.stdout @@ -0,0 +1,2 @@ +data Foo = Foo1 Int | Int `InfixCon` Bool + -- Defined at ghci033.hs:4:6-8 |