aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Bug1035.hs
diff options
context:
space:
mode:
Diffstat (limited to 'html-test/src/Bug1035.hs')
-rw-r--r--html-test/src/Bug1035.hs9
1 files changed, 9 insertions, 0 deletions
diff --git a/html-test/src/Bug1035.hs b/html-test/src/Bug1035.hs
new file mode 100644
index 00000000..3516c08f
--- /dev/null
+++ b/html-test/src/Bug1035.hs
@@ -0,0 +1,9 @@
+module Bug1035 where
+
+data Foo = Bar
+
+data Bar = Foo
+
+-- | A link to 'Bar'
+foo :: ()
+foo = ()