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

module T12729 where

import GHC.Exts

newtype A where
   MkA :: Int# -> A

newtype B = MkB Int#