ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/BlockComment.hs
module BlockComment where
foo x = do
blah
where
{- a comment -}
blah = 3
module BlockComment where
foo x = do
blah
where
{- a comment -}
blah = 3