summaryrefslogtreecommitdiff
path: root/testsuite/tests/ffi/should_fail/ccfail005.stderr
blob: 676d2410e2c8d9b98b6ead66a547fc75e5997463 (plain)
1
2
3
4
5
6
7
8
9
10

ccfail005.hs:14:1: error: [GHC-89401]
    • Unacceptable argument type in foreign declaration:
        ‘D’ cannot be marshalled in a foreign call
    • When checking declaration: foreign import ccall safe f1 :: F Bool

ccfail005.hs:15:1: error: [GHC-89401]
    • Unacceptable result type in foreign declaration:
        ‘D’ cannot be marshalled in a foreign call
    • When checking declaration: foreign import ccall safe f2 :: F Char