summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/T15894/main.hs
blob: f47fe85de39a481b1b2d190cab93ed7177604002 (plain)
1
2
3
4
5
module Main where

foreign import ccall "with_copysign" c_with_copysign :: Double -> Double

main = print $ c_with_copysign 8.5