[project @ 2001-04-02 14:47:25 by simonmar]
[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)