summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/prog006/A.hs
blob: 52e442a0c2a5562aabda5eebe2fa2a9cd54262bc (plain)
1
2
3
4
5
6
7
8
9
module A (f, y) where

import B.C (T(..))

f (T x) = x

y = T 42