summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/Test19798.hs
blob: 0b9e5162f16e64c5794bc1ae42ff74044305332b (plain)
1
2
3
4
5
6
module Test19798 where

blah = do {
 ; print "a"
 ; print "b"
 }