packages feed

Cabal-1.18.0: tests/PackageTests/CMain/Bar.hs

{-# LANGUAGE ForeignFunctionInterface #-}
module Bar where

bar :: IO ()
bar = return ()

foreign export ccall bar :: IO ()