Remove ilxGen; part of trac #2243
[ghc-hetmet.git] / compiler / ilxGen / tests / foo.hs
diff --git a/compiler/ilxGen/tests/foo.hs b/compiler/ilxGen/tests/foo.hs
deleted file mode 100644 (file)
index d66608b..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-{-# OPTIONS -fglasgow-exts  #-}
-module Foo where
-import PrelGHC
-import PrelNum
-import PrelBase
-integer2Intx :: Integer -> Int
-integer2Intx (S# i)   = I# i
-integer2Intx (J# s d) = case (integer2Int# s d) of { n# -> I# n# }
-