summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/WildcardInForeignExport.stderr
blob: 00cdfa02823825745fc1124000a621f4aecfdfda (plain)
1
2
3
4
5
6

WildcardInForeignExport.hs:6:37:
    Unexpected wild card: ‘_’
    In the foreign declaration for ‘foo’: foo :: CInt -> _
    When checking declaration:
      foreign export ccall "foo" foo :: CInt -> _