summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run/T8103_A.hs
blob: 0e450d4f8af29f4fcbf2b5be0e449616fce203c8 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE MagicHash #-}
module T8103_A where
import GHC.Exts

{-# NOINLINE foo #-}
foo  :: Double# -> Double# -> Double#
foo a b = (a +## b)