summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run/cgrun014.hs
blob: a01c1017ade4bc13023e561d86fe5f047609cc0c (plain)
1
2
3
-- !! cg014: main = -42 -- twice: in Float and Double

main = print ((show ( (-42) :: Float )) ++ " " ++ (show ( (-42) :: Double )) ++ "\n")