summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod92.hs
blob: e9045b933502f4aaeced9fd726067c84491c056a (plain)
1
2
3
4
-- !!! Importing Class with missing member
module M where
import Prelude(Eq((==)))