summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T12729.hs
blob: d2238c96b091848afe22e24b65596e016e23bf33 (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE GADTs, MagicHash #-}

module T12729 where

import GHC.Exts

newtype A where
   MkA :: Int# -> A

newtype B = MkB Int#