summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/T1133A.hs
blob: 2c8421aaf1fe23f38f3781ba9d31fd27068b788c (plain)
1
2
3
4
5
6

module T1133A where

import T1133Aa

newtype X = X Int deriving Enum