summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/DumpParsedAstComments.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parser/should_compile/DumpParsedAstComments.hs')
-rw-r--r--testsuite/tests/parser/should_compile/DumpParsedAstComments.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_compile/DumpParsedAstComments.hs b/testsuite/tests/parser/should_compile/DumpParsedAstComments.hs
index d7c51b23b1..62dc878213 100644
--- a/testsuite/tests/parser/should_compile/DumpParsedAstComments.hs
+++ b/testsuite/tests/parser/should_compile/DumpParsedAstComments.hs
@@ -4,6 +4,10 @@
-}
module DumpParsedAstComments where
+-- Other comment
+
+-- comment 1 for foo
+-- comment 2 for foo
foo = do
-- normal comment
1