summaryrefslogtreecommitdiff
path: root/testsuite/tests/numeric/should_run/arith006.hs
blob: b837692dae3585fc067b288e8ec75e2d694e4e8d (plain)
1
2
3
4
-- !!! printing Floats; was a bug in hbc (reported by andy)
--

main = print ((fromIntegral (42 :: Int)) :: Float)