summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/T14365B.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deriving/should_fail/T14365B.hs')
-rw-r--r--testsuite/tests/deriving/should_fail/T14365B.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/deriving/should_fail/T14365B.hs b/testsuite/tests/deriving/should_fail/T14365B.hs
new file mode 100644
index 0000000000..596c275410
--- /dev/null
+++ b/testsuite/tests/deriving/should_fail/T14365B.hs
@@ -0,0 +1,4 @@
+module T14365B where
+
+data Foo a = Foo a
+ deriving (Functor)