summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/UnliftedNewtypesFail.hs
blob: f37549ed765e53905ed376c83df87609b679a708 (plain)
1
2
3
4
5
6
{-# LANGUAGE UnliftedNewtypes #-}

main :: IO ()
main = return ()

newtype Baz = Baz (Show Int)