summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T8221.hs
blob: 88a9241b227cb046085ccf53c6d8e795d6f541ce (plain)
1
2
3
4
5
6
module T8221 where

import T8221a

data Located e = L () e deriving Eq