summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/parser/should_fail/T3811e.hs
blob: 69a559c9c46969bd0458511c5c77b6fb92b94821 (plain)
1
2
3
4
5
6

{-# LANGUAGE NoDatatypeContexts #-}

module T3811e where

data (Show a, Read a) => D a = D a