summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/Mod170_A.hs
blob: 3a5fb668918d2dc7f16c20bac5b567574de8b73a (plain)
1
2
3
module Mod170_A (Type(..)) where

data Type = Constr { field :: Int }