summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T8577.hs
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2013-12-05 08:34:22 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2013-12-05 08:34:22 +0000
commit6b52a20997a521113b9141488dc257b5811b7005 (patch)
tree24b78b5dc96716fe3a099b4973803f6a480c2c93 /testsuite/tests/th/T8577.hs
parent75dbe8725d6981085bf73717937a186a835c3828 (diff)
downloadhaskell-6b52a20997a521113b9141488dc257b5811b7005.tar.gz
Test Trac #8577
Diffstat (limited to 'testsuite/tests/th/T8577.hs')
-rw-r--r--testsuite/tests/th/T8577.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/th/T8577.hs b/testsuite/tests/th/T8577.hs
new file mode 100644
index 0000000000..8a467e448a
--- /dev/null
+++ b/testsuite/tests/th/T8577.hs
@@ -0,0 +1,10 @@
+{-# LANGUAGE TemplateHaskell #-}
+module T8577 where
+
+import Language.Haskell.TH
+
+import T8577a
+
+foo2 :: A Bool
+foo2 = $$(y)
+