[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / codeGen / should_run / cg003.hs
diff --git a/ghc/tests/codeGen/should_run/cg003.hs b/ghc/tests/codeGen/should_run/cg003.hs
deleted file mode 100644 (file)
index 47b2d9e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-main = print (id2 (id2 id2) (42::Int))
---     where
---     id2 = s k k
-
--- id2 x = s k k x
-
-id2 = s k k
-
-s x y z = x z (y z)
-
-k x y = x