f207a3e3b7e0fdc9d313f1394d2b2c510ce429f2
[ghc-hetmet.git] / ghc / tests / ccall / should_fail / cc005.stderr
1
2 cc005.hs:7:
3     Unacceptable argument type in foreign declaration: Int#
4     When checking declaration: foreign export foo foo :: Int# -> IO ()
5
6 cc005.hs:10:
7     Unacceptable result type in foreign declaration: Int#
8     When checking declaration: foreign export bar bar :: Int -> Int#