summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/exactprint/RmDecl3.hs
blob: 280bccf259851b1b3c7d14303305e2d7fa8d7609 (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
  where
    zz = 1

foo = 3
-- EOF