summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T7064.hs
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-08-15 14:44:09 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2012-08-15 14:44:09 +0100
commit33a75d9f44a367ce6ec547943474074caba3a69e (patch)
tree97dae7cdb1887ca2904a01ee438277e05f4101a0 /testsuite/tests/th/T7064.hs
parent12512e12f13cb462de777423ceb794d93ff49b2c (diff)
downloadhaskell-33a75d9f44a367ce6ec547943474074caba3a69e.tar.gz
Test Trac #7064
Diffstat (limited to 'testsuite/tests/th/T7064.hs')
-rw-r--r--testsuite/tests/th/T7064.hs9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/th/T7064.hs b/testsuite/tests/th/T7064.hs
new file mode 100644
index 0000000000..2ce08c1dfd
--- /dev/null
+++ b/testsuite/tests/th/T7064.hs
@@ -0,0 +1,9 @@
+{-# LANGUAGE TemplateHaskell #-}
+
+module Main where
+
+import T7064a
+
+$(decls)
+
+main = hsToTh