ghc-exactprint-0.5.3.1: tests/examples/ghc80/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