summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod81.hs
blob: ef1c8639fd7f76d9fc74d72d60ac7cbbd6c693e5 (plain)
1
2
3
4
-- !!! Importing Tycon with bogus constructor
module M where
import Prelude(Either(Left,Right,Foo))