[project @ 2001-03-01 15:36:20 by simonmar]
[ghc-hetmet.git] / ghc / tests / ghci / prog002 / C.hs
diff --git a/ghc/tests/ghci/prog002/C.hs b/ghc/tests/ghci/prog002/C.hs
new file mode 100644 (file)
index 0000000..b3baac2
--- /dev/null
@@ -0,0 +1,5 @@
+module C (module B, module C) where
+
+import B 
+
+k x = x `mod` 11