haskell-src-exts-1.17.0: tests/examples/TrailingWhere3.hs.prettyprinter.golden
module Main (main) where
main = f
where f = g
where
g = putStrLn "hello world"
module Main (main) where
main = f
where f = g
where
g = putStrLn "hello world"