311739104bb9cccf32ffe2639cd090f17ba007b0
[ghc-hetmet.git] / ghc / tests / rename / should_compile / rn034.hs
1 -- !!! Checking that empty declarations are permitted.
2 module ShouldSucceed where
3
4
5 class Foo a where
6
7 class Foz a
8
9 x = 2 where 
10 y = 3
11
12 instance Foo Int where