summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/TH_import_loop/ModuleB.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/th/TH_import_loop/ModuleB.hs')
-rw-r--r--testsuite/tests/th/TH_import_loop/ModuleB.hs9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/th/TH_import_loop/ModuleB.hs b/testsuite/tests/th/TH_import_loop/ModuleB.hs
new file mode 100644
index 0000000000..9aaffb613f
--- /dev/null
+++ b/testsuite/tests/th/TH_import_loop/ModuleB.hs
@@ -0,0 +1,9 @@
+
+{-# LANGUAGE TemplateHaskell #-}
+
+module ModuleB where
+
+import ModuleC
+
+$(nothing)
+