summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/prog006/B/C.hs
blob: ece50b9002a8cab676c6d32b44e0d07a2942af3b (plain)
1
2
3
4
5
module B.C where

newtype T = T Int
 deriving Show