summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T18330.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/T18330.hs')
-rw-r--r--testsuite/tests/ghci/scripts/T18330.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T18330.hs b/testsuite/tests/ghci/scripts/T18330.hs
new file mode 100644
index 0000000000..a1cf17e9ed
--- /dev/null
+++ b/testsuite/tests/ghci/scripts/T18330.hs
@@ -0,0 +1,5 @@
+{-# LANGUAGE TemplateHaskell #-}
+module T18330 where
+import Language.Haskell.TH.Syntax
+
+$(addDependentFile "T18330.extra" >> return [])