summaryrefslogtreecommitdiff
path: root/testsuite/tests/numeric/should_run/NumDecimals.hs
blob: 6bcf15d689d32238664182bca6c410d7d6d4ba4c (plain)
1
2
3
4
{-# LANGUAGE NumDecimals #-}

main :: IO ()
main = print (1.2e6 :: Integer)