[project @ 2003-07-22 16:18:06 by simonmar]
[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