diff options
Diffstat (limited to 'testsuite/tests/driver/th-new-test/D1.hs')
-rw-r--r-- | testsuite/tests/driver/th-new-test/D1.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/driver/th-new-test/D1.hs b/testsuite/tests/driver/th-new-test/D1.hs new file mode 100644 index 0000000000..1db6c126e4 --- /dev/null +++ b/testsuite/tests/driver/th-new-test/D1.hs @@ -0,0 +1,5 @@ +{-# LANGUAGE TemplateHaskell #-} +{-# LANGUAGE NoMonomorphismRestriction #-} +module D where + +d = [| "d1" |] |