summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/T11970B.hs
blob: c3a502f5f2e356c932d69effd3c9a02c51101ee1 (plain)
1
2
3
4
5
module T11970B ( A(f) ) where

data A = MkA

f = MkA