8e7ff88e606b999595879f3c3a705270bfe20fb4
[ghc-hetmet.git] / ghc / tests / numeric / should_run / arith006.hs
1 -- !!! printing Floats; was a bug in hbc (reported by andy)
2 --
3
4 import Int( Num(fromInt) )
5
6 main = print ((fromInt 42) :: Float)