[project @ 2001-08-08 13:31:05 by simonmar]
[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#