summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/prog006/Main.hs
blob: 13f7265fc48ef821674f31a40ad96dc92c032a08 (plain)
1
2
3
4
5
6
7
module Main (main, z) where

import A

main = print (f y)

z = y