module ShouldFail where

class (B a) => C a where
 op1 :: a -> a
