haskell-src-exts-1.17.0: tests/examples/TrailingWhere.hs.prettyprinter.golden
module Main (main) where
fail = x
where broken = 24
where
x = 413
module Main (main) where
fail = x
where broken = 24
where
x = 413