[project @ 2003-06-24 08:47:05 by stolz]
[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