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

data A = A

f = A