b837692dae3585fc067b288e8ec75e2d694e4e8d
[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)