X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FilxGen%2Ftests%2Ffoo.hs;fp=ghc%2Fcompiler%2FilxGen%2Ftests%2Ffoo.hs;h=0000000000000000000000000000000000000000;hb=0065d5ab628975892cea1ec7303f968c3338cbe1;hp=d66608ba227428bd1cb297f9594dc14341c3ce8f;hpb=28a464a75e14cece5db40f2765a29348273ff2d2;p=ghc-hetmet.git diff --git a/ghc/compiler/ilxGen/tests/foo.hs b/ghc/compiler/ilxGen/tests/foo.hs deleted file mode 100644 index d66608b..0000000 --- a/ghc/compiler/ilxGen/tests/foo.hs +++ /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# } -