summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/T7959.hs
blob: a798bb06664c1d0e17c4490fe7f22b0fa93439fc (plain)
1
2
3
4
5
6
{-# LANGUAGE NullaryTypeClasses, StandaloneDeriving #-}
module T7959 where

class A
deriving instance A
data B deriving A