Remove ilxGen; part of trac #2243
[ghc-hetmet.git] / compiler / ilxGen / tests / test8.hs
diff --git a/compiler/ilxGen/tests/test8.hs b/compiler/ilxGen/tests/test8.hs
deleted file mode 100644 (file)
index 94a7e1f..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-data Inf a = A (Inf a)
-
-hd (A x) = x
-
-choose (A (A x)) =  "hello world\n"
-mk f = f (mk f)
-main = putStr (choose (hd (mk A)))
-