summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/should_fail/T3265.hs
blob: e938bbc34dd20f623f4d32993709a6694cf55b90 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE MultiParamTypeClasses #-}

-- Test Trac #3265

module T3265 where

data a :+: b = Left a | Right b

class a :*: b where {}