ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/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