summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/T1133A.hs
blob: 743772dd1423508eae461d8713aa5c077a144846 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE Haskell2010 #-}

module T1133A where

import T1133Aa

newtype X = X Int deriving Enum