const-math-ghc-plugin-0.2.0.0: tests/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#))