summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T2182_A.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/driver/T2182_A.hs')
-rw-r--r--testsuite/tests/driver/T2182_A.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/driver/T2182_A.hs b/testsuite/tests/driver/T2182_A.hs
new file mode 100644
index 0000000000..52ecca712e
--- /dev/null
+++ b/testsuite/tests/driver/T2182_A.hs
@@ -0,0 +1,4 @@
+module T2182_A where
+import Text.Show.Functions
+instance Eq (a -> b) where
+ _ == _ = True