summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/exactprint/RmDecl3.expected.hs
blob: ca14f33ad5f65b0c26ca58a07ff780bc159c67dc (plain)
1
2
3
4
5
6
7
8
9
module RmDecl3 where

-- Remove last declaration from a where clause, where should disappear too
ff y = y + zz

zz = 1

foo = 3
-- EOF