summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T15149B.hs
blob: 9a9508da0838bae0823d1d7bca3e4342b32566f1 (plain)
1
2
3
4
{-# LANGUAGE TypeFamilies #-}
module T15149B where
import T15149A
data instance An Int = AnInt {an :: Int} deriving Show