[project @ 2001-01-17 15:11:04 by simonmar]
[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