1 2 3 4 5 6 7 8 9 10
import Data.Int main :: IO () main = do x <- f print (x == 0x123456789ABCDEF0) foreign import ccall "ffi018.h f" f :: IO Int64