Cabal-ide-backend-1.23.0.0: tests/PackageTests/CMain/Bar.hs
{-# LANGUAGE ForeignFunctionInterface #-}
module Bar where
bar :: IO ()
bar = return ()
foreign export ccall bar :: IO ()
{-# LANGUAGE ForeignFunctionInterface #-}
module Bar where
bar :: IO ()
bar = return ()
foreign export ccall bar :: IO ()