[project @ 2001-03-01 15:36:20 by simonmar]
[ghc-hetmet.git] / ghc / tests / ghci / prog003 / A.hs
diff --git a/ghc/tests/ghci/prog003/A.hs b/ghc/tests/ghci/prog003/A.hs
new file mode 100644 (file)
index 0000000..855379c
--- /dev/null
@@ -0,0 +1,8 @@
+module Main(main,a) where
+
+import B
+import C
+
+main = print (a 42)
+
+a x = b x + c x