summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ffi/should_fail/ccfail002.stderr
blob: dfff4272cd85c238936a03ea6d1c52da1c849d3c (plain)
1
2
3
4
5
6
7

ccfail002.hs:10:1:
    Unacceptable result type in foreign declaration:
        (# Int#, Int#, Int# #)
    When checking declaration:
        foreign import ccall unsafe "static foo" foo
          :: Int# -> Int# -> Int# -> (# Int#, Int#, Int# #)