summaryrefslogtreecommitdiff
path: root/testsuite/tests/numeric/should_run/T18509.hs
blob: fe4df42b14ac31edf1736cd8ad83976c8e3740a9 (plain)
1
2
3
4
5
6
import Numeric.Natural

main :: IO ()
main = do
   print $ (0xFFFFFFFF0 * 0xFFFFFFFF0 :: Natural)
   print $ (2 :: Natural) ^ (190 :: Int)