summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib/integer/bignumMatch.hs
blob: 5d9df14c27b09f9a6ad9fc0ee85fbf8d05205594 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE MagicHash #-}
{-# OPTIONS_GHC -ddump-rule-firings -O0 -v0 #-}

module Test where

import GHC.Num.Integer

foo :: Integer
foo = IS 45# `integerAdd` (IS 0# `integerMul` IS 18#)