summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/TcCoercibleFail2.hs
blob: 8d89b526398c17560c2e5c0fe922bbfaeef48b3c (plain)
1
2
3
4
5
import Data.Coerce (Coercible)

instance Coercible () ()

main = return ()