summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T4087.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/T4087.hs')
-rw-r--r--testsuite/tests/ghci/scripts/T4087.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T4087.hs b/testsuite/tests/ghci/scripts/T4087.hs
new file mode 100644
index 0000000000..b992a9bb20
--- /dev/null
+++ b/testsuite/tests/ghci/scripts/T4087.hs
@@ -0,0 +1,6 @@
+{-# LANGUAGE GADTs #-}
+
+module T4087 where
+
+data Equal a b where
+ Equal :: Equal a a