diff options
Diffstat (limited to 'testsuite/tests/th/T2931.hs')
-rw-r--r-- | testsuite/tests/th/T2931.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/th/T2931.hs b/testsuite/tests/th/T2931.hs new file mode 100644 index 0000000000..f7b9afe0a7 --- /dev/null +++ b/testsuite/tests/th/T2931.hs @@ -0,0 +1,8 @@ +{-# LANGUAGE TemplateHaskell #-} +-- Trac #2931 + +module Foo where +a = 1 + +-- NB: no newline after the 'a'! +b = 'a
\ No newline at end of file |