aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Bug1067B.hs
diff options
context:
space:
mode:
Diffstat (limited to 'html-test/src/Bug1067B.hs')
-rw-r--r--html-test/src/Bug1067B.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/html-test/src/Bug1067B.hs b/html-test/src/Bug1067B.hs
new file mode 100644
index 00000000..f1a814df
--- /dev/null
+++ b/html-test/src/Bug1067B.hs
@@ -0,0 +1,4 @@
+{-# language PatternSynonyms #-}
+module Bug1067B ( pattern P ) where
+
+import Bug1067A