summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/TH_spliceD1.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/th/TH_spliceD1.hs')
-rw-r--r--testsuite/tests/th/TH_spliceD1.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/th/TH_spliceD1.hs b/testsuite/tests/th/TH_spliceD1.hs
new file mode 100644
index 0000000000..f641874672
--- /dev/null
+++ b/testsuite/tests/th/TH_spliceD1.hs
@@ -0,0 +1,10 @@
+{-# LANGUAGE TemplateHaskell #-}
+
+-- We should get a civilised report of conflicting variable
+-- bindings in the definition spliced in by foo
+
+module TH_spliceD1 where
+
+import TH_spliceD1_Lib
+
+$(foo)