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

x = 2 where
y = 3

instance Foo1 Int where

ff = ff where g = g where
type T = Int