aboutsummaryrefslogtreecommitdiff
path: root/tests/html-tests/tests/TH2.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/html-tests/tests/TH2.hs')
-rw-r--r--tests/html-tests/tests/TH2.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/html-tests/tests/TH2.hs b/tests/html-tests/tests/TH2.hs
new file mode 100644
index 00000000..f8f27710
--- /dev/null
+++ b/tests/html-tests/tests/TH2.hs
@@ -0,0 +1,8 @@
+{-# LANGUAGE TemplateHaskell #-}
+
+module TH2 where
+
+import TH
+
+-- we can't add a type sig here, so we get no doc
+$( decl )