summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T19168.hs
blob: 7e271a2c61b916155941e9406ad9e5beb0d21296 (plain)
1
2
3
4
5
6
module T19168 where

import GHC.Exts (SpecConstrAnnotation(..))

{-# ANN type List NoSpecConstr #-}
newtype List a = List { unList :: [a] }