summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/deriving/should_fail/drvfail005.hs
blob: ee44e2f3431f358b87142e72ce7c15823bcef823 (plain)
1
2
3
4
module ShouldFail where

data Test a = T a 
  deriving( Show a, Read )