summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/recomp017/C.hs
blob: a6d1af041eaa774378754a6fcc048ee304387a3a (plain)
1
2
3
4
5
{-# LANGUAGE TypeFamilies #-}
module C where
import A
data C
type instance F (a,C) = ()