ghc-exactprint-1.14.1.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