[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / static / s025.hs
1 --!!! Testing duplicate classes
2 class C a where m :: a
3 class C a where m :: a