const-math-ghc-plugin-0.3.0.1: tests/ghc-7.4/expfloat.hs
{-# LANGUAGE MagicHash #-}
-- tests that expFloat# works (had linking problems on Windows)
import GHC.Exts
main = do
print (F# (expFloat# 3.45#))
{-# LANGUAGE MagicHash #-}
-- tests that expFloat# works (had linking problems on Windows)
import GHC.Exts
main = do
print (F# (expFloat# 3.45#))