855379cc97f596ed32f5d72eddaeebdc49de5ba5
[ghc-hetmet.git] / ghc / tests / ghci / prog003 / A.hs
1 module Main(main,a) where
2
3 import B
4 import C
5
6 main = print (a 42)
7
8 a x = b x + c x