ide-backend-0.10.0: TestSuite/inputs/FFI/Main2.hs
{-# LANGUAGE ForeignFunctionInterface #-}
module Main where
foreign import ccall meaningOfLife :: IO Int
main :: IO ()
main = print =<< meaningOfLife
{-# LANGUAGE ForeignFunctionInterface #-}
module Main where
foreign import ccall meaningOfLife :: IO Int
main :: IO ()
main = print =<< meaningOfLife