aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/tests/TH2.hs7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/tests/TH2.hs b/tests/tests/TH2.hs
new file mode 100644
index 00000000..95fa751c
--- /dev/null
+++ b/tests/tests/TH2.hs
@@ -0,0 +1,7 @@
+{-# LANGUAGE TemplateHaskell #-}
+
+module TH2 where
+
+import TH
+
+$( decl ) \ No newline at end of file