summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_compile/drv005.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deriving/should_compile/drv005.hs')
-rw-r--r--testsuite/tests/deriving/should_compile/drv005.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/deriving/should_compile/drv005.hs b/testsuite/tests/deriving/should_compile/drv005.hs
new file mode 100644
index 0000000000..527dde98b9
--- /dev/null
+++ b/testsuite/tests/deriving/should_compile/drv005.hs
@@ -0,0 +1,6 @@
+-- !!! simple example of deriving Enum
+--
+module ShouldSucceed where
+
+data Foo = Foo1 | Foo2 | Foo3 | Foo4 | Foo5 | Foo6 | Foo7 | Foo8
+ deriving Enum