[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / static / s055.hs
1 --!!! Default decl for non-method
2 module M where
3 class C a where
4   x :: a
5   y = error "foo"