ghc-exactprint-0.5.1.0: tests/examples/ghc8/T10955dyn.hs
module Main where import Foreign import Foreign.C.Types foreign import ccall "bar" dle :: IO CInt main = dle >>= print
module Main where import Foreign import Foreign.C.Types foreign import ccall "bar" dle :: IO CInt main = dle >>= print