diff options
author | David Waern <david.waern@gmail.com> | 2008-11-03 11:25:04 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2008-11-03 11:25:04 +0000 |
commit | 879b4e51e3a1a1b1dec436078ef621258afc81ad (patch) | |
tree | 26d1e65cbbae6c233e601324cc96073c95a4cb66 /tests | |
parent | a13c0a9f60b1fd8aed11c81726cc768db0de384b (diff) |
Add failing test for template haskell crash
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tests/TH2.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/tests/TH2.hs b/tests/tests/TH2.hs new file mode 100644 index 00000000..95fa751c --- /dev/null +++ b/tests/tests/TH2.hs @@ -0,0 +1,7 @@ +{-# LANGUAGE TemplateHaskell #-} + +module TH2 where + +import TH + +$( decl )
\ No newline at end of file |