summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod82.hs
blob: 62c630ac245aaf38acab7cd5871aeea1e8efab83 (plain)
1
2
3
4
-- !!! Importing Tycon with missing constructor
module M where
import Prelude(Either(Left))