summaryrefslogtreecommitdiff
path: root/testsuite/tests/ffi/should_fail/capi_value_function.stderr
blob: 6732c5c2dab2326e2c9b86aa4c5481ee0c31cdb3 (plain)
1
2
3
4
5

capi_value_function.hs:8:1:
    `value' imports cannot have function types
    When checking declaration:
      foreign import capi safe "math.h value sqrt" f :: CInt -> CInt