summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod97.hs
blob: ee51c8b9fb7569134ba6e5191f3f510c7073828b (plain)
1
2
3
4
-- !!! Trying to use members of abstractly imported class
module M where
import Prelude(Eq)
x = 'a' == 'b'