summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci033.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci033.hs')
-rw-r--r--testsuite/tests/ghci/scripts/ghci033.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci033.hs b/testsuite/tests/ghci/scripts/ghci033.hs
new file mode 100644
index 0000000000..b67960068d
--- /dev/null
+++ b/testsuite/tests/ghci/scripts/ghci033.hs
@@ -0,0 +1,5 @@
+-- Test Trac #1930: display of infix constructors
+module Test where
+
+data Foo = Foo1 Int
+ | Int `InfixCon` Bool \ No newline at end of file