summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T13710/A.hs
blob: 5181945eebb415397a1d67ba483db4635c3ae905 (plain)
1
2
3
4
5
{-# LANGUAGE RecordWildCards #-}
module A where
import B
data E = MkE
p (H{..}) = ()