summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/T3811d.hs
blob: ee95cd862d182ad5ada713600c09fbace47277ee (plain)
1
2
3
4
5
6
7

module T3811d where

data D a = D a

class C b (D Char) b