[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / numeric / should_run / arith006.hs
1 -- !!! printing Floats; was a bug in hbc (reported by andy)
2 --
3
4 main = print ((fromIntegral (42 :: Int)) :: Float)