summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run/T20275.hs
blob: 91e78144a740c3596c13bfd56feb0446d94085b8 (plain)
1
2
3
4
5
6
import Numeric
import GHC.Float

main = do
  putStrLn (showHex (castFloatToWord32 (abs (castWord32ToFloat 0xFFC00000))) "")
  putStrLn (showHex (castDoubleToWord64 (abs (castWord64ToDouble 0xFFF8000000000000))) "")